accept unets as list for decoder

This commit is contained in:
Phil Wang
2022-05-20 20:31:26 -07:00
parent f526f14d7c
commit 80497e9839
3 changed files with 5 additions and 2 deletions

View File

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