depend on open-clip-torch (#261)

fix the previous commit which assumes open_clip is installed
This commit is contained in:
zion
2022-11-07 16:19:08 -08:00
committed by GitHub
parent 7166ad6711
commit 08238a7200

View File

@@ -26,6 +26,7 @@ setup(
install_requires=[
'accelerate',
'click',
'open-clip-torch>=2.0.0,<3.0.0',
'clip-anytorch>=2.4.0',
'coca-pytorch>=0.0.5',
'ema-pytorch>=0.0.7',