Update README.md to use amd gpu
parent
937e0b1195
commit
d38d6f876b
|
@ -195,7 +195,7 @@ pip uninstall onnxruntime onnxruntime-gpu
|
||||||
pip install onnxruntime-gpu==1.16.3
|
pip install onnxruntime-gpu==1.16.3
|
||||||
```
|
```
|
||||||
|
|
||||||
**ROCM Execution Provider (AMD GPU)**
|
**DML Execution Provider (AMD GPU)**
|
||||||
```bash
|
```bash
|
||||||
pip uninstall onnxruntime onnxruntime-gpu
|
pip uninstall onnxruntime onnxruntime-gpu
|
||||||
pip install onnxruntime-directml
|
pip install onnxruntime-directml
|
||||||
|
|
Loading…
Reference in New Issue