make sure gradient accumulation feature works even if all arguments passed in are keyword arguments

This commit is contained in:
Phil Wang
2022-05-15 11:16:16 -07:00
parent 74f222596a
commit 68e7d2f241
3 changed files with 20 additions and 13 deletions

View File

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