"vscode:/vscode.git/clone" did not exist on "352d96eb823bb51ce8a7ffad5761d4f7106be706"
Unverified Commit c4892f18 authored by PeixuanZuo's avatar PeixuanZuo Committed by GitHub
Browse files

Update onnxruntime package candidates (#2666)

* update import onnxruntime package, enable onnxruntime-rocm and onnxruntime-training

* add ort_nightly_gpu
parent f6feb699
......@@ -153,9 +153,12 @@ if _onnx_available:
candidates = (
"onnxruntime",
"onnxruntime-gpu",
"ort_nightly_gpu",
"onnxruntime-directml",
"onnxruntime-openvino",
"ort_nightly_directml",
"onnxruntime-rocm",
"onnxruntime-training",
)
_onnxruntime_version = None
# For the metadata, we have to look for both onnxruntime and onnxruntime-gpu
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment