mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2026-02-20 23:04:20 +01:00
use pydantic to manage decoder training configs + defaults and refactor training script
This commit is contained in:
4
setup.py
4
setup.py
@@ -10,7 +10,7 @@ setup(
|
||||
'dream = dalle2_pytorch.cli:dream'
|
||||
],
|
||||
},
|
||||
version = '0.3.9',
|
||||
version = '0.4.0',
|
||||
license='MIT',
|
||||
description = 'DALL-E 2',
|
||||
author = 'Phil Wang',
|
||||
@@ -29,10 +29,10 @@ setup(
|
||||
'einops>=0.4',
|
||||
'einops-exts>=0.0.3',
|
||||
'embedding-reader',
|
||||
'jsonschema>=4.5.1',
|
||||
'kornia>=0.5.4',
|
||||
'numpy',
|
||||
'pillow',
|
||||
'pydantic',
|
||||
'resize-right>=0.0.2',
|
||||
'rotary-embedding-torch',
|
||||
'torch>=1.10',
|
||||
|
||||
Reference in New Issue
Block a user