Skip to content

Commit

Permalink
Use gpu version of pytorch, add nvidia channel, add pytorch-cuda, tor…
Browse files Browse the repository at this point in the history
…chvision
  • Loading branch information
aknierim committed Aug 5, 2024
1 parent 3e7e0f4 commit fd75e56
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ channels:
- pytorch
- defaults
- conda-forge
- nvidia
dependencies:
- python
- pytorch
- pytorch-gpu
- pytorch-cuda=12.1
- torchvision
- cudatoolkit
- cartopy
- numpy
- numba
- towncrier
- pip
- pip:
- towncrier
- -e .

0 comments on commit fd75e56

Please sign in to comment.