We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf67ea commit b055335Copy full SHA for b055335
HISTORY.md
@@ -1,3 +1,10 @@
1
+## 2.45.0
2
+
3
+* Update Python version support to 3.10-3.12
4
+* Fix PyTorch 2.8 compatibility issues with upstream all-clip 1.3.0
5
+* Update dependencies to latest versions
6
+* Update GitHub Actions to latest versions
7
8
## 2.44.0
9
10
* Support get_tokenizer in clip back inf
setup.py
@@ -29,7 +29,7 @@ def _read_reqs(relpath):
29
packages=find_packages(),
30
package_data={"": extra_files},
31
include_package_data=True,
32
- version="2.44.0",
+ version="2.45.0",
33
license="MIT",
34
description="Easily computing clip embeddings and building a clip retrieval system with them",
35
long_description=long_description,
0 commit comments