allow text encodings and text mask to be passed in on forward and sampling for Decoder class

This commit is contained in:
Phil Wang
2022-05-16 10:40:32 -07:00
parent dab106d4e5
commit 1212f7058d
2 changed files with 11 additions and 6 deletions

View File

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