uninstall onnxruntime before installing onnxruntime-gpu

This commit is contained in:
David PAGNON 2024-11-14 15:05:06 +01:00 committed by GitHub
parent 88b31f282a
commit 4be8faa13b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
``` ```