Skip to content

Commit

Permalink
Updated environment files because pytorch repos changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexanders101 committed Nov 9, 2023
1 parent 3d65e92 commit 8bd33bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions environment_cuda117.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ name: spanet

channels:
- pytorch
- nvidia/label/cuda-11.7.0
- nvidia
- conda-forge
- nodefaults

dependencies:
- python=3.10.*
- conda
- pip
- cuda-toolkit
- onnx

- numpy=1.24
Expand Down
5 changes: 2 additions & 3 deletions environment_cuda118.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: spanet

channels:
- pytorch-nightly
- nvidia/label/cuda-11.8.0
- pytorch
- nvidia
- conda-forge
- nodefaults

dependencies:
- python=3.10.*
- conda
- pip
- cuda-toolkit
- onnx

- numpy=1.24
Expand Down
5 changes: 2 additions & 3 deletions environment_cuda121.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: spanet

channels:
- pytorch-nightly
- nvidia/label/cuda-12.1.0
- pytorch
- nvidia
- conda-forge
- nodefaults

dependencies:
- python=3.10.*
- conda
- pip
- cuda-toolkit
- onnx

- numpy=1.24
Expand Down

0 comments on commit 8bd33bd

Please sign in to comment.