pin to newer version of CLIP that returns encoded text and images, get some helper functions ready for XCLIP

This commit is contained in:
Phil Wang
2022-04-12 08:54:40 -07:00
parent 0070547e3b
commit 4ff6d021c9
2 changed files with 43 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ setup(
install_requires=[
'einops>=0.4',
'torch>=1.6',
'x-clip'
'x-clip>=0.4.1'
],
classifiers=[
'Development Status :: 4 - Beta',