Skip to content

Commit

Permalink
Bump CUDA version in installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaliki authored Oct 11, 2023
1 parent fc45671 commit 58e67a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ then
exit 1;
fi

conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia -y
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia -y

if [ "${torch_home_path}" ]
then
Expand Down

0 comments on commit 58e67a3

Please sign in to comment.