mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
[CI] Fix onnxruntime installation order (#633)
This commit is contained in:
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",
|
||||
|
||||
Reference in New Issue
Block a user