Skip to content

Commit b6e903b

Browse files
committed
reinstate cudnn contraint for tests
1 parent c3dfff7 commit b6e903b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

recipe/meta.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,11 @@ outputs:
381381
- cuda-nvrtc-dev # [cuda_compiler_version != "None"]
382382
- nvtx-c # [cuda_compiler_version != "None"]
383383
- 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"]
384389
imports:
385390
- torch
386391
- torch._C

0 commit comments

Comments
 (0)