backwards pass is not recommended under the autocast context, per pytorch docs

This commit is contained in:
Phil Wang
2022-05-14 18:20:48 -07:00
parent aee92dba4a
commit 9549bd43b7
2 changed files with 7 additions and 7 deletions

View File

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