take a bet on resize right, given Katherine is using it

This commit is contained in:
Phil Wang
2022-05-04 19:26:45 -07:00
parent 9773f10d6c
commit aec5575d09
2 changed files with 12 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ setup(
'dream = dalle2_pytorch.cli:dream'
],
},
version = '0.0.99',
version = '0.0.100',
license='MIT',
description = 'DALL-E 2',
author = 'Phil Wang',
@@ -29,6 +29,7 @@ setup(
'embedding-reader',
'kornia>=0.5.4',
'pillow',
'resize-right>=0.0.2',
'torch>=1.10',
'torchvision',
'tqdm',