mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2026-02-23 15:04:25 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a65a86d03 |
3
setup.py
3
setup.py
@@ -10,7 +10,7 @@ setup(
|
|||||||
'dream = dalle2_pytorch.cli:dream'
|
'dream = dalle2_pytorch.cli:dream'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
version = '0.1.1',
|
version = '0.1.0',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
description = 'DALL-E 2',
|
description = 'DALL-E 2',
|
||||||
author = 'Phil Wang',
|
author = 'Phil Wang',
|
||||||
@@ -31,7 +31,6 @@ setup(
|
|||||||
'kornia>=0.5.4',
|
'kornia>=0.5.4',
|
||||||
'pillow',
|
'pillow',
|
||||||
'resize-right>=0.0.2',
|
'resize-right>=0.0.2',
|
||||||
'rotary-embedding-torch',
|
|
||||||
'torch>=1.10',
|
'torch>=1.10',
|
||||||
'torchvision',
|
'torchvision',
|
||||||
'tqdm',
|
'tqdm',
|
||||||
|
|||||||
Reference in New Issue
Block a user