File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -116,23 +116,16 @@ jobs:
116116 cuda : ["12.1", "12.8"]
117117 enable-x64 : [1, 0]
118118 exclude :
119- # L4 does not run on cuda 12.8 but tests other configs
120- - runner : " linux-x86-g2-48-l4-4gpu"
121- cuda : " 12.8"
122- # H100 runs only a single config, CUDA 12.3 Enable x64 1
123- - runner : " linux-x86-a3-8g-h100-8gpu"
124- cuda : " 12.8"
119+ # H100 runs only a single config, CUDA 12.8 Enable x64 1
125120 - runner : " linux-x86-a3-8g-h100-8gpu"
126121 cuda : " 12.1"
127122 - runner : " linux-x86-a3-8g-h100-8gpu"
128123 enable-x64 : " 0"
129124 # B200 runs only a single config, CUDA 12.8 Enable x64 1
130- - runner : " linux-x86-a4-224-b200-1gpu"
131- enable-x64 : " 0"
132125 - runner : " linux-x86-a4-224-b200-1gpu"
133126 cuda : " 12.1"
134127 - runner : " linux-x86-a4-224-b200-1gpu"
135- cuda : " 12.3 "
128+ enable-x64 : " 0 "
136129
137130 name : " Pytest CUDA (JAX artifacts version = ${{ format('{0}', 'head') }})"
138131 with :
You can’t perform that action at this time.
0 commit comments