Skip to content

Commit

Permalink
Merge pull request #233 from ajschmidt8/pytorch-version
Browse files Browse the repository at this point in the history
Update pytorch version
  • Loading branch information
ajschmidt8 authored Mar 23, 2021
2 parents faee43d + de114f6 commit 1ea6965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test/notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source /opt/conda/bin/activate rapids
# to its size, but some notebooks still depend on it.
case "${CUDA_VER}" in
"10.1" | "10.2" | "11.0")
conda install -y -c pytorch "pytorch>=1.4"
conda install -y -c pytorch "pytorch=1.7"
;;
*)
echo "Unsupported CUDA version for pytorch."
Expand Down

0 comments on commit 1ea6965

Please sign in to comment.