uninstall onnxruntime before installing onnxruntime-gpu
This commit is contained in:
parent
88b31f282a
commit
4be8faa13b
@ -152,6 +152,7 @@ If you don't use Anaconda, type `python -V` in terminal to make sure python>=3.9
|
|||||||
|
|
||||||
Finally, install ONNX Runtime with GPU support:
|
Finally, install ONNX Runtime with GPU support:
|
||||||
```
|
```
|
||||||
|
pip uninstall onnxruntime
|
||||||
pip install onnxruntime-gpu
|
pip install onnxruntime-gpu
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user