From a4a5006077e35328c6fdc890495cd974e7e9c203 Mon Sep 17 00:00:00 2001 From: Ted Themistokleous <107195283+TedThemistokleous@users.noreply.github.com> Date: Thu, 29 Jun 2023 23:33:43 -0400 Subject: [PATCH] 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 --- docs/execution-providers/ROCm-ExecutionProvider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/execution-providers/ROCm-ExecutionProvider.md b/docs/execution-providers/ROCm-ExecutionProvider.md index 8be606dff2..40dbc594cc 100644 --- a/docs/execution-providers/ROCm-ExecutionProvider.md +++ b/docs/execution-providers/ROCm-ExecutionProvider.md @@ -66,7 +66,7 @@ import onnxruntime as ort model_path = '' providers = [ - 'ROCmExecutionProvider', + 'ROCMExecutionProvider', 'CPUExecutionProvider', ]