mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2026-02-23 17:24:20 +01:00
fix everything and make sure it runs end to end, document everything in readme for public
This commit is contained in:
4
setup.py
4
setup.py
@@ -10,7 +10,7 @@ setup(
|
||||
'dream = dalle2_pytorch.cli:dream'
|
||||
],
|
||||
},
|
||||
version = '0.0.3',
|
||||
version = '0.0.4',
|
||||
license='MIT',
|
||||
description = 'DALL-E 2',
|
||||
author = 'Phil Wang',
|
||||
@@ -24,7 +24,7 @@ setup(
|
||||
install_requires=[
|
||||
'click',
|
||||
'einops>=0.4',
|
||||
'einops-exts',
|
||||
'einops-exts>=0.0.3',
|
||||
'pillow',
|
||||
'torch>=1.10',
|
||||
'torchvision',
|
||||
|
||||
Reference in New Issue
Block a user