diff --git a/README.md b/README.md index 7c4cf07..6f704c6 100644 --- a/README.md +++ b/README.md @@ -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: ``` + pip uninstall onnxruntime pip install onnxruntime-gpu ```