We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1187ad0 commit 128c8b9Copy full SHA for 128c8b9
dalle_pytorch/transformer.py
@@ -145,7 +145,7 @@ def __init__(
145
image_fmap_size = None,
146
sparse_attn = False,
147
stable = False,
148
- shift_tokens = True,
+ shift_tokens = False,
149
rotary_emb = True
150
):
151
super().__init__()
setup.py
@@ -4,7 +4,7 @@
4
name = 'dalle-pytorch',
5
packages = find_packages(),
6
include_package_data = True,
7
- version = '1.0.5',
+ version = '1.0.6',
8
license='MIT',
9
description = 'DALL-E - Pytorch',
10
author = 'Phil Wang',
0 commit comments