bump to newer package of clip-anytorch that allows for text encodings < maximum context length

This commit is contained in:
Phil Wang
2023-03-04 09:37:25 -08:00
parent 3b2cf7b0bc
commit cc58f75474
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = '1.12.1' __version__ = '1.12.2'

View File

@@ -27,7 +27,7 @@ setup(
'accelerate', 'accelerate',
'click', 'click',
'open-clip-torch>=2.0.0,<3.0.0', 'open-clip-torch>=2.0.0,<3.0.0',
'clip-anytorch>=2.4.0', 'clip-anytorch>=2.5.2',
'coca-pytorch>=0.0.5', 'coca-pytorch>=0.0.5',
'ema-pytorch>=0.0.7', 'ema-pytorch>=0.0.7',
'einops>=0.4', 'einops>=0.4',