File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ],
You can’t perform that action at this time.
0 commit comments