normalize conditioning tokens outside of cross attention blocks

This commit is contained in:
Phil Wang
2022-05-14 14:23:52 -07:00
parent d5293f19f1
commit ff3474f05c
3 changed files with 12 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ setup(
'dream = dalle2_pytorch.cli:dream'
],
},
version = '0.2.22',
version = '0.2.23',
license='MIT',
description = 'DALL-E 2',
author = 'Phil Wang',