Skip to content

Commit

Permalink
Fix typo for auto_detect_ep function
Browse files Browse the repository at this point in the history
Signed-off-by: Wang, Mengni <[email protected]>
  • Loading branch information
mengniwang95 authored Nov 13, 2024
1 parent aabbf96 commit 6720160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx_neural_compressor/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def auto_detect_ep():
if "DnnlExecutionProvider" in eps:
return "DnnlExecutionProvider"
elif "DmlExecutionProvider" in eps:
return "DnnlExecutionProvider"
return "DmlExecutionProvider"
elif "CUDAExecutionProvider" in eps:
return "CUDAExecutionProvider"
else:
Expand Down

0 comments on commit 6720160

Please sign in to comment.