1
0
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:
Anton Lozhkov
2022-09-24 18:32:03 +02:00
committed by GitHub
parent 35e9209601
commit 57b70c599c

View File

@@ -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",