Skip to content

Commit

Permalink
specify torch version (sh)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf authored Sep 25, 2024
1 parent 5a7b5c5 commit 39a38b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ create_venv() {
exit 1
fi

python -m pip install torch==2.3.1 torchvision torchaudio --upgrade --index-url https://download.pytorch.org/whl/cu121
python -m pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --upgrade --index-url https://download.pytorch.org/whl/cu121
finish
}

Expand Down

0 comments on commit 39a38b2

Please sign in to comment.