Skip to content

Commit 5001237

Browse files
committed
Release 1.6.2
1 parent 34c524b commit 5001237

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## History
22

3+
### 1.6.2
4+
5+
- Separate results from clip benchmark repo
6+
- Update default output file to {dataset}_{pretrained}_{model}_{language}_{task}.json, otherwise same result.json file overwritten
7+
- Fix imagenetv2 dead urls
8+
- Add XTD_10 dataset
9+
- Fix issues (#131, #125, #138)
10+
311
### 1.6.1
412

513
* Fix missing sugar crepe example #119 thanks to @samarth4149

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def load_requirements(f):
4949
test_suite='tests',
5050
tests_require=test_requirements,
5151
url='https://github.com/mehdidc/clip_benchmark',
52-
version='1.6.1',
52+
version='1.6.2',
5353
zip_safe=False,
5454
extra_require = {
5555
"vtab": ["task_adaptation==0.1", "timm>=0.5.4"],

0 commit comments

Comments
 (0)