Skip to content

Commit

Permalink
Update environment.yaml
Browse files Browse the repository at this point in the history
Fixes 'Torch not compiled with CUDA' error
  • Loading branch information
yushan777 authored Jan 8, 2024
1 parent 2d686f0 commit 2bf9b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dependencies:
- python=3.10
- pip=22.2.2
- cudatoolkit=11.8
- pytorch
- pytorch=2.0.1
- torchvision
- pytorch-cuda=11.7
- pytorch-cuda=11.8
- numpy=1.23.1
- pip:
- pytorch-lightning==1.7.6
Expand Down

0 comments on commit 2bf9b44

Please sign in to comment.