We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f915b0 commit 4d0898bCopy full SHA for 4d0898b
.buildkite/pipeline.yml
@@ -66,6 +66,7 @@ steps:
66
matrix:
67
setup:
68
cuda:
69
+ - "13.0"
70
- "12.9"
71
- "12.8"
72
- "12.6"
@@ -75,11 +76,10 @@ steps:
75
76
- "12.2"
77
- "12.1"
78
- "12.0"
- - "11.8"
79
- - "11.7"
80
- - "11.6"
81
- - "11.5"
82
- - "11.4"
+ adjustments:
+ - with:
+ cuda: "13.0"
+ soft_fail: true
83
commands: |
84
echo -e "[CUDA_Runtime_jll]\nversion = \"{{matrix.cuda}}\"" >LocalPreferences.toml
85
echo -e "[CUDA_Driver_jll]\ncompat = \"false\"" >>LocalPreferences.toml
@@ -91,7 +91,6 @@ steps:
91
92
93
94
95
96
package:
97
- "cuDNN"
0 commit comments