fix training with clip

This commit is contained in:
Phil Wang
2022-05-06 07:37:57 -07:00
parent 63029f7388
commit 878b555ef7
2 changed files with 2 additions and 2 deletions

View File

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