We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c2fdc commit b0ff822Copy full SHA for b0ff822
src/diffusers/utils/import_utils.py
@@ -109,6 +109,7 @@ def _is_package_available(pkg_name: str):
109
"onnxruntime-rocm",
110
"onnxruntime-migraphx",
111
"onnxruntime-training",
112
+ "onnxruntime-vitisai",
113
)
114
_onnxruntime_version = None
115
# For the metadata, we have to look for both onnxruntime and onnxruntime-gpu
0 commit comments