Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 9c1b9f5

Browse files
authored
Add CUDA 11.7 & 11.8 to conda packaging (#76)
1 parent 497041b commit 9c1b9f5

File tree

4 files changed

+12
-22
lines changed

4 files changed

+12
-22
lines changed

packaging/conda/variants/cu102.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

packaging/conda/variants/cu113.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

packaging/conda/variants/cu116.yaml renamed to packaging/conda/variants/cu117.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cuda:
2-
- 11.6 # [linux64]
2+
- 11.7 # [linux64]
33
cuda_home:
4-
- /usr/local/cuda-11.6 # [linux64]
4+
- /usr/local/cuda-11.7 # [linux64]
55
cudnn:
66
- 8.3.2 # [linux64]
77
cxx_compiler_version:

packaging/conda/variants/cu118.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cuda:
2+
- 11.8 # [linux64]
3+
cuda_home:
4+
- /usr/local/cuda-11.8 # [linux64]
5+
cudnn:
6+
- 8.3.2 # [linux64]
7+
cxx_compiler_version:
8+
- 11.2.0 # [linux64]
9+
pytorch_variant:
10+
- cuda # [linux64]

0 commit comments

Comments
 (0)