From cc58f75474b15ad857fe3baa38d1920b9c4275fa Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Sat, 4 Mar 2023 09:37:25 -0800 Subject: [PATCH] bump to newer package of clip-anytorch that allows for text encodings < maximum context length --- dalle2_pytorch/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dalle2_pytorch/version.py b/dalle2_pytorch/version.py index fe70fa28..96ddfeb7 100644 --- a/dalle2_pytorch/version.py +++ b/dalle2_pytorch/version.py @@ -1 +1 @@ -__version__ = '1.12.1' +__version__ = '1.12.2' diff --git a/setup.py b/setup.py index d6a2424a..ddbce11a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'accelerate', 'click', 'open-clip-torch>=2.0.0,<3.0.0', - 'clip-anytorch>=2.4.0', + 'clip-anytorch>=2.5.2', 'coca-pytorch>=0.0.5', 'ema-pytorch>=0.0.7', 'einops>=0.4',