Skip to content

Commit

Permalink
Update timm version (huggingface#35005)
Browse files Browse the repository at this point in the history
* Bump timm

* dev-ci
  • Loading branch information
qubvel authored and BernardZach committed Dec 6, 2024
1 parent 7d848de commit 716df00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"tf2onnx",
"timeout-decorator",
"tiktoken",
"timm<=0.9.16",
"timm<=1.0.11",
"tokenizers>=0.20,<0.21",
"torch",
"torchaudio",
Expand Down
2 changes: 1 addition & 1 deletion src/transformers/dependency_versions_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"tf2onnx": "tf2onnx",
"timeout-decorator": "timeout-decorator",
"tiktoken": "tiktoken",
"timm": "timm<=0.9.16",
"timm": "timm<=1.0.11",
"tokenizers": "tokenizers>=0.20,<0.21",
"torch": "torch",
"torchaudio": "torchaudio",
Expand Down

0 comments on commit 716df00

Please sign in to comment.