Compare commits

...

2 Commits

Author SHA1 Message Date
OvO 65b9226b9a
Merge 0a3430b791 into 540dad346e 2024-08-23 05:19:03 +02:00
OvO 0a3430b791
Update README.md fixed command "directml" to "dml"
In the latest version, it should be "dml".
2024-08-11 10:27:30 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ pip install onnxruntime-directml==1.15.1
2. Usage in case the provider is available: 2. Usage in case the provider is available:
``` ```
python run.py --execution-provider directml python run.py --execution-provider dml
``` ```