Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
57b70c59
Unverified
Commit
57b70c59
authored
Sep 24, 2022
by
Anton Lozhkov
Committed by
GitHub
Sep 24, 2022
Browse files
[CI] Fix onnxruntime installation order (#633)
parent
35e92096
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
setup.py
setup.py
+0
-2
No files found.
setup.py
View file @
57b70c59
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment