Skip to content

Commit

Permalink
Update cuda runtime environment to 11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed May 20, 2024
1 parent b85385b commit 96cd157
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions envs/environment-cuda117.yml → envs/environment-cuda11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:

# Tools used as part of the ML packages
- imageio
- pytorch-lightning<2
- pytorch-lightning
- wandb

# Tools to work with crystalline and molecular data
Expand All @@ -30,9 +30,9 @@ dependencies:
- conda-forge::raspa2

# Use Conda PyTorch to avoid OpenMP disagreement with other libraries
- pytorch::pytorch==1.13.1
- pytorch::pytorch-cuda=11.7
- nvidia::cudatoolkit=11.7
- pytorch::pytorch==2.3.*
- pytorch::pytorch-cuda=11.8
- cuda-version==11.8

# Services used by the workflow
- redis==5.*
Expand Down

0 comments on commit 96cd157

Please sign in to comment.