Update README.md fixed command "directml" to "dml"

In the latest version, it should be "dml".
pull/165/head
OvO 2024-08-11 10:27:30 +08:00 committed by GitHub
parent fff3009c80
commit 0a3430b791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
```