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

Commit

Permalink
Add CUDA 11.7 & 11.8 to conda packaging (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbalioglu authored Mar 30, 2023
1 parent 497041b commit 9c1b9f5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 22 deletions.
10 changes: 0 additions & 10 deletions packaging/conda/variants/cu102.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions packaging/conda/variants/cu113.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cuda:
- 11.6 # [linux64]
- 11.7 # [linux64]
cuda_home:
- /usr/local/cuda-11.6 # [linux64]
- /usr/local/cuda-11.7 # [linux64]
cudnn:
- 8.3.2 # [linux64]
cxx_compiler_version:
Expand Down
10 changes: 10 additions & 0 deletions packaging/conda/variants/cu118.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cuda:
- 11.8 # [linux64]
cuda_home:
- /usr/local/cuda-11.8 # [linux64]
cudnn:
- 8.3.2 # [linux64]
cxx_compiler_version:
- 11.2.0 # [linux64]
pytorch_variant:
- cuda # [linux64]

0 comments on commit 9c1b9f5

Please sign in to comment.