Compare commits

...

2 Commits

Author SHA1 Message Date
Andrew Ma 7ac1178d1b
Merge 2306a56340 into 7f95b69bc5 2024-08-24 01:11:35 +07:00
Andrew Ma 2306a56340
Update README.md
changed directml to dml (directml doesn't work)
2024-08-22 10:14:55 -04: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:
```
python run.py --execution-provider directml
python run.py --execution-provider dml
```