Unverified Commit 57b70c59 authored by Anton Lozhkov's avatar Anton Lozhkov Committed by GitHub
Browse files

[CI] Fix onnxruntime installation order (#633)

parent 35e92096
......@@ -92,7 +92,6 @@ _deps = [
"jaxlib>=0.1.65,<=0.3.6",
"modelcards>=0.1.4",
"numpy",
"onnxruntime",
"onnxruntime-gpu",
"pytest",
"pytest-timeout",
......@@ -179,7 +178,6 @@ extras["docs"] = deps_list("hf-doc-builder")
extras["training"] = deps_list("accelerate", "datasets", "tensorboard", "modelcards")
extras["test"] = deps_list(
"datasets",
"onnxruntime",
"onnxruntime-gpu",
"pytest",
"pytest-timeout",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment