OvO 2024-08-27 01:19:55 +09:00 committed by GitHub
commit 9d24f4a71c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
``` ```