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 1bd2982 commit b68ed05Copy full SHA for b68ed05
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 2.36.1
2
+
3
+* Fix truncate
4
5
## 2.36.0
6
7
* Make jit=False the default in clip inference
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.36.0",
+ version="2.36.1",
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