From 4be8faa13bfa1fac003bb1c57ab1bee2e56f7273 Mon Sep 17 00:00:00 2001 From: David PAGNON Date: Thu, 14 Nov 2024 15:05:06 +0100 Subject: [PATCH] uninstall onnxruntime before installing onnxruntime-gpu --- README.md | 1 + 1 file changed, 1 insertion(+) 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 ```