From d925177ce269eca6c08c0c8819b66c1798af59bd Mon Sep 17 00:00:00 2001 From: David PAGNON Date: Tue, 3 Sep 2024 11:10:59 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index a9f8429..c2049b1 100644 --- a/README.md +++ b/README.md @@ -135,12 +135,6 @@ If you don't use Anaconda, type `python -V` in terminal to make sure python>=3.9 ``` cmd pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124 ``` - - ***Note:*** issues reported with the default command. However, this has been tested and works: - `pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu118` - - - Then install ONNX Runtime with GPU support: ``` pip install onnxruntime-gpu