Skip to content

Commit 128c8b9

Browse files
committed
default shifting tokens to false
1 parent 1187ad0 commit 128c8b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dalle_pytorch/transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def __init__(
145145
image_fmap_size = None,
146146
sparse_attn = False,
147147
stable = False,
148-
shift_tokens = True,
148+
shift_tokens = False,
149149
rotary_emb = True
150150
):
151151
super().__init__()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name = 'dalle-pytorch',
55
packages = find_packages(),
66
include_package_data = True,
7-
version = '1.0.5',
7+
version = '1.0.6',
88
license='MIT',
99
description = 'DALL-E - Pytorch',
1010
author = 'Phil Wang',

0 commit comments

Comments
 (0)