From 0a3430b791f2ec51b08150996cc1c38f317ff115 Mon Sep 17 00:00:00 2001 From: OvO <19268110+JcobCN@users.noreply.github.com> Date: Sun, 11 Aug 2024 10:27:30 +0800 Subject: [PATCH] Update README.md fixed command "directml" to "dml" In the latest version, it should be "dml". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df281c1..6807878 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ pip install onnxruntime-directml==1.15.1 2. Usage in case the provider is available: ``` -python run.py --execution-provider directml +python run.py --execution-provider dml ```