Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Oct 9, 2024
1 parent 5642db2 commit b3ef064
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"datasets>=1.2.1",
"evaluate",
"protobuf>=3.20.1",
"transformers<4.45.0",
],
"onnxruntime-gpu": [
"onnx",
Expand All @@ -63,10 +62,9 @@
"evaluate",
"protobuf>=3.20.1",
"accelerate", # ORTTrainer requires it.
"transformers<4.45.0",
],
"exporters": ["onnx", "onnxruntime", "timm", "transformers<4.45.0"],
"exporters-gpu": ["onnx", "onnxruntime-gpu", "timm", "transformers<4.45.0"],
"exporters": ["onnx", "onnxruntime", "timm"],
"exporters-gpu": ["onnx", "onnxruntime-gpu", "timm"],
"exporters-tf": [
"tensorflow>=2.4,<=2.12.1",
"tf2onnx",
Expand All @@ -77,7 +75,6 @@
"numpy<1.24.0",
"datasets<=2.16",
"transformers[sentencepiece]>=4.26,<4.38",
"transformers<4.45.0",
],
"diffusers": ["diffusers"],
"intel": "optimum-intel>=1.18.0",
Expand Down

0 comments on commit b3ef064

Please sign in to comment.