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 b78da94 commit 017d362Copy full SHA for 017d362
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 2.34.2
2
+
3
+* Read image data from path in case "image_path" is present
4
5
## 2.34.1
6
7
* Makes file image reader in clip inference fast
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.1",
+ version="2.34.2",
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