fix a potentially huge bug thanks to @CiaoHe https://github.com/lucidrains/DALLE2-pytorch/issues/71

This commit is contained in:
Phil Wang
2022-05-07 05:05:46 -07:00
parent fd53fa17db
commit 85ed77d512
2 changed files with 3 additions and 2 deletions

View File

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