align the ema model device back after sampling from the cascading ddpm in the decoder

This commit is contained in:
Phil Wang
2022-05-11 19:56:54 -07:00
parent 6021945fc8
commit 924455d97d
2 changed files with 10 additions and 1 deletions

View File

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