for integration of X-CLIP automagically in the gaussian diffusion classes

This commit is contained in:
Phil Wang
2022-04-12 12:17:34 -07:00
parent 40aa304b7e
commit 46dde54948

View File

@@ -29,7 +29,7 @@ setup(
'torch>=1.10', 'torch>=1.10',
'torchvision', 'torchvision',
'tqdm', 'tqdm',
'x-clip>=0.4.1', 'x-clip>=0.4.3',
'youtokentome' 'youtokentome'
], ],
classifiers=[ classifiers=[