Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source:
sha256: 2f14c510a6e93f404c6ea357210615b3c15a71731f9dbd86f25434e34fb5a741

build:
number: 6
number: 7
skip: true # [win]
# pytorch in conda-forge does not support CUDA 11.8 as of v2.5
skip: true # [cuda_compiler_version == "11.8"]
Expand All @@ -43,6 +43,7 @@ requirements:
- scipy
- libxcrypt # [linux and py<39]
Comment thread
h-vetinari marked this conversation as resolved.
Outdated
{% if cuda_major >= 12 %}
- cuda-version {{ cuda_compiler_version }} # [cuda_compiler_version != "None"]
Comment thread
h-vetinari marked this conversation as resolved.
Outdated
- cuda-driver-dev
- cuda-cudart-dev
- cuda-nvrtc-dev
Expand Down