From 89bb0eb4b35c1391a19daef9b52f1fe6a98202e2 Mon Sep 17 00:00:00 2001 From: My12123 <49092250+My12123@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:03:05 +0300 Subject: [PATCH] Update Installer for Windows. Open for reading in the editor.bat --- .../Installer for Windows. Open for reading in the editor.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows_Installation_script/Installer for Windows. Open for reading in the editor.bat b/Windows_Installation_script/Installer for Windows. Open for reading in the editor.bat index 5231c36..4b6f730 100644 --- a/Windows_Installation_script/Installer for Windows. Open for reading in the editor.bat +++ b/Windows_Installation_script/Installer for Windows. Open for reading in the editor.bat @@ -7,7 +7,7 @@ @rem This is necessary so as not to add to PATH. python -m venv venv call .\venv\Scripts\activate -pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 +pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124 pip install -r requirements.txt pip install onnx_graphsurgeon-0.3.12-py2.py3-none-any.whl pip install tensorrt-8.6.0-cp310-none-win_amd64.whl