Skip to content

Commit

Permalink
Update CUDA version.
Browse files Browse the repository at this point in the history
The older CUDA version for some reason fails to compile the extensions on current Pytorch version.
  • Loading branch information
NikoOinonen committed Apr 23, 2024
1 parent 1807794 commit 6cce1ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: ml-spm
channels:
- pytorch
- nvidia/label/cuda-11.8.0
- nvidia/label/cuda-12.1.0
- conda-forge
- defaults
dependencies:
- python=3.11
- pip
- pytorch
- torchvision
- torchaudio
- pytorch-cuda=12.1
- cuda
- ninja
- matplotlib
Expand Down

0 comments on commit 6cce1ce

Please sign in to comment.