Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdidc committed Dec 2, 2023
1 parent 9fa41df commit c3e1ebc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## History

### 1.6.0


* Fix overwritten zeroshot templates issue (https://github.com/LAION-AI/CLIP_benchmark/issues/109)
* Support new multilingual retrieval datasets: Crossmodal-3600, XTD10, Flickr30k-200, and XTD200
* Support tuning linear probing on validation set

### 1.5.0

* Custom classnames and templates
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def load_requirements(f):
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/mehdidc/clip_benchmark',
version='1.5.0',
version='1.6.0',
zip_safe=False,
extra_require = {
"vtab": ["task_adaptation==0.1", "timm>=0.5.4"],
Expand Down

0 comments on commit c3e1ebc

Please sign in to comment.