final update to dalle2 repository for a while - sampling from prior in chunks automatically with max_batch_size keyword given

This commit is contained in:
Phil Wang
2022-05-16 12:57:31 -07:00
parent c3d4a7ffe4
commit 13382885d9
3 changed files with 16 additions and 4 deletions

View File

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