mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2025-12-22 19:14:20 +01:00
update deps, commit to using webdatasets, per @rom1504 consultation
This commit is contained in:
5
setup.py
5
setup.py
@@ -26,15 +26,16 @@ setup(
|
|||||||
'clip-anytorch',
|
'clip-anytorch',
|
||||||
'einops>=0.4',
|
'einops>=0.4',
|
||||||
'einops-exts>=0.0.3',
|
'einops-exts>=0.0.3',
|
||||||
|
'embedding-reader',
|
||||||
'kornia>=0.5.4',
|
'kornia>=0.5.4',
|
||||||
'pillow',
|
'pillow',
|
||||||
'torch>=1.10',
|
'torch>=1.10',
|
||||||
'torchvision',
|
'torchvision',
|
||||||
'tqdm',
|
'tqdm',
|
||||||
'vector-quantize-pytorch',
|
'vector-quantize-pytorch',
|
||||||
|
'webdataset',
|
||||||
'x-clip>=0.5.1',
|
'x-clip>=0.5.1',
|
||||||
'youtokentome',
|
'youtokentome'
|
||||||
'embedding-reader'
|
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
|||||||
Reference in New Issue
Block a user