Skip to content

Commit

Permalink
Update torch-install.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
qiacheng authored Nov 1, 2023
1 parent b01f18c commit 092685b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch-install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



start /wait cmd /k "%cd%\venv\Scripts\activate && pip install torch==2.1.0 torchvision==0.16.0 https://github.com/cavusmustafa/openvino/raw/custom_sdpa_optimizations/openvino-2023.2.0-12829-cp310-cp310-win_amd64.whl imageio --force-reinstall && exit"
start /wait cmd /k "%cd%\venv\Scripts\activate && pip install torch==2.1.0 torchvision==0.16.0 openvino-nightly==2023.2.0.dev20231031 imageio --force-reinstall && exit"

echo torch 2.1.0 dev installation completed.

Expand Down

0 comments on commit 092685b

Please sign in to comment.