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 85028a1 commit a230282Copy full SHA for a230282
HISTORY.md
@@ -1,5 +1,9 @@
1
## History
2
3
+### 1.6.1
4
+
5
+* Fix missing sugar crepe example #119 thanks to @samarth4149
6
7
### 1.6.0
8
9
setup.py
@@ -49,7 +49,7 @@ def load_requirements(f):
49
test_suite='tests',
50
tests_require=test_requirements,
51
url='https://github.com/mehdidc/clip_benchmark',
52
- version='1.6.0',
+ version='1.6.1',
53
zip_safe=False,
54
extra_require = {
55
"vtab": ["task_adaptation==0.1", "timm>=0.5.4"],
0 commit comments