Skip to content

Commit

Permalink
enable latest transformers release
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Dec 6, 2024
1 parent 4a7cb29 commit 74e0bad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"datasets>=1.2.1",
"evaluate",
"protobuf>=3.20.1",
"transformers>=4.36,<4.47.0",
"transformers>=4.36,<4.48.0",
],
"onnxruntime-gpu": [
"onnx",
Expand All @@ -60,19 +60,19 @@
"evaluate",
"protobuf>=3.20.1",
"accelerate", # ORTTrainer requires it.
"transformers>=4.36,<4.47.0",
"transformers>=4.36,<4.48.0",
],
"exporters": [
"onnx",
"onnxruntime",
"timm",
"transformers>=4.36,<4.47.0",
"transformers>=4.36,<4.48.0",
],
"exporters-gpu": [
"onnx",
"onnxruntime-gpu",
"timm",
"transformers>=4.36,<4.47.0",
"transformers>=4.36,<4.48.0",
],
"exporters-tf": [
"tensorflow>=2.4,<=2.12.1",
Expand Down

0 comments on commit 74e0bad

Please sign in to comment.