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
b0ff822e
Unverified
Commit
b0ff822e
authored
Apr 02, 2025
by
lakshay sharma
Committed by
GitHub
Apr 02, 2025
Browse files
Update import_utils.py (#10329)
added onnxruntime-vitisai for custom build onnxruntime pkg
parent
78c2fdc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/diffusers/utils/import_utils.py
src/diffusers/utils/import_utils.py
+1
-0
No files found.
src/diffusers/utils/import_utils.py
View file @
b0ff822e
...
@@ -109,6 +109,7 @@ if _onnx_available:
...
@@ -109,6 +109,7 @@ if _onnx_available:
"onnxruntime-rocm"
,
"onnxruntime-rocm"
,
"onnxruntime-migraphx"
,
"onnxruntime-migraphx"
,
"onnxruntime-training"
,
"onnxruntime-training"
,
"onnxruntime-vitisai"
,
)
)
_onnxruntime_version
=
None
_onnxruntime_version
=
None
# For the metadata, we have to look for both onnxruntime and onnxruntime-gpu
# For the metadata, we have to look for both onnxruntime and onnxruntime-gpu
...
...
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