Skip to content

Commit 3cb66e1

Browse files
committed
remove cudnn dict
1 parent 14673ab commit 3cb66e1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/scripts/generate_binary_build_matrix.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@
3434
"release": ["6.1", "6.2"],
3535
}
3636

37-
# CUDA_CUDDN_VERSIONS = {
38-
# "11.8": {"cuda": "11.8.0", "cudnn": "9"},
39-
# "12.1": {"cuda": "12.1.1", "cudnn": "9"},
40-
# "12.4": {"cuda": "12.4.1", "cudnn": "9"},
41-
# "12.6": {"cuda": "12.6.2", "cudnn": "9"},
42-
# }
43-
4437
PACKAGE_TYPES = ["wheel", "conda", "libtorch"]
4538
PRE_CXX11_ABI = "pre-cxx11"
4639
CXX11_ABI = "cxx11-abi"

0 commit comments

Comments
 (0)