Update README.md for AMD gpu

pull/1175/head
Pawan 2025-05-03 18:33:12 +05:30 committed by GitHub
parent cc7028d3f6
commit 937e0b1195
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -202,12 +202,13 @@ pip install onnxruntime-directml
``` ```
3. Usage: 3. Usage:
For Nvidia -
```bash ```bash
python run.py --execution-provider cuda //for nvidia python run.py --execution-provider cuda
``` ```
For AMD -
```bash ```bash
python run.py --execution-provider dml //for amd python run.py --execution-provider dml
``` ```
**CoreML Execution Provider (Apple Silicon)** **CoreML Execution Provider (Apple Silicon)**