"tools/imglab/git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "f169133b6cb48cec7bb37b71a1b5166fb2beeb6e"
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: ...@@ -153,9 +153,12 @@ if _onnx_available:
candidates = ( candidates = (
"onnxruntime", "onnxruntime",
"onnxruntime-gpu", "onnxruntime-gpu",
"ort_nightly_gpu",
"onnxruntime-directml", "onnxruntime-directml",
"onnxruntime-openvino", "onnxruntime-openvino",
"ort_nightly_directml", "ort_nightly_directml",
"onnxruntime-rocm",
"onnxruntime-training",
) )
_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
......
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