mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-22 19:23:30 +00:00
Fix name for ROCMExecutinProvider in ROcm-ExecutionProvider docs (#16534)
Invalid EP name which causes confusion for users who use ROCMExecutionProvider Co-authored-by: Ted Themistokleous <tthemist@amd.com>
This commit is contained in:
parent
6e0a84a698
commit
a4a5006077
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ import onnxruntime as ort
|
|||
model_path = '<path to model>'
|
||||
|
||||
providers = [
|
||||
'ROCmExecutionProvider',
|
||||
'ROCMExecutionProvider',
|
||||
'CPUExecutionProvider',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue