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 5938973 commit 5f3f366Copy full SHA for 5f3f366
HISTORY.md
@@ -1,3 +1,11 @@
1
+## 2.36.0
2
+
3
+* Make jit=False the default in clip inference
4
+* update webdataset and fsspec
5
+* Add H14 NSFW detector
6
+* Support get tokenizer in clip back (thanks @nousr)
7
+* enable filtering by image with clip-retrieval filter
8
9
## 2.35.1
10
11
* update key toggles in inf.main (thanks @nousr)
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.35.1",
+ version="2.36.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