Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Oct 23, 2024
1 parent fdbd12f commit 1583017
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 @@ -55,7 +55,7 @@
"datasets>=1.2.1",
"evaluate",
"protobuf>=3.20.1",
"transformers<4.46.0",
"transformers<4.47.0",
],
"onnxruntime-gpu": [
"onnx",
Expand All @@ -64,10 +64,10 @@
"evaluate",
"protobuf>=3.20.1",
"accelerate", # ORTTrainer requires it.
"transformers<4.46.0",
"transformers<4.47.0",
],
"exporters": ["onnx", "onnxruntime", "timm", "transformers<4.46.0"],
"exporters-gpu": ["onnx", "onnxruntime-gpu", "timm", "transformers<4.46.0"],
"exporters": ["onnx", "onnxruntime", "timm", "transformers<4.47.0"],
"exporters-gpu": ["onnx", "onnxruntime-gpu", "timm", "transformers<4.47.0"],
"exporters-tf": [
"tensorflow>=2.4,<=2.12.1",
"tf2onnx",
Expand Down

0 comments on commit 1583017

Please sign in to comment.