[CI] Fix onnxruntime installation order (#633)
This commit is contained in:
parent
35e9209601
commit
57b70c599c
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue