Skip to content

Commit

Permalink
Bump CUDA from 11.2 to 11.8
Browse files Browse the repository at this point in the history
Update Pytorch, Torchvision and Tensorflow to use CUDA 11.8 builds. Also bumped tensorflow from 2.9.1 to 2.14.0 because lower versions <2.13.1 only has CUDA 11.2 on conda-forge.
  • Loading branch information
weiji14 committed Dec 12, 2023
1 parent cf1f932 commit 7922898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ml-notebook/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- jax
- jupyterlab-nvdashboard
- keras-cv
- tensorflow>=2.9.1=*cuda112*
- tensorflow>=2.14.0=*cuda118*
4 changes: 2 additions & 2 deletions pytorch-notebook/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ channels:
dependencies:
- jupyterlab-nvdashboard
- gpytorch
- pytorch>=2.0.0=*cuda112*
- torchvision>=0.15.1=*cuda112*
- pytorch>=2.0.0=*cuda118*
- torchvision>=0.15.1=*cuda118*
- torchgeo

0 comments on commit 7922898

Please sign in to comment.