We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c2306 commit 9fc61c3Copy full SHA for 9fc61c3
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 2.34.1
2
+
3
+* Makes file image reader in clip inference fast
4
5
## 2.34.0
6
7
* Make it possible to use an embedding as query of the back
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.34.0",
+ version="2.34.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