We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dfff7 commit b6e903bCopy full SHA for b6e903b
recipe/meta.yaml
@@ -381,6 +381,11 @@ outputs:
381
- cuda-nvrtc-dev # [cuda_compiler_version != "None"]
382
- nvtx-c # [cuda_compiler_version != "None"]
383
- pybind11
384
+ # cudnn >=9.11 removed support older GPUs that are still supported by CUDA 12
385
+ # pin tests since the CI uses sm70 that is no longer supported at the moment
386
+ # waiting to rebuild everything for cudnn 9.10, until we can redo
387
+ # https://github.com/conda-forge/admin-requests/pull/1687
388
+ - cudnn <9.11 # [cuda_compiler_version != "None"]
389
imports:
390
- torch
391
- torch._C
0 commit comments