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 0b0073c commit cc5c9ceCopy full SHA for cc5c9ce
tests/pallas/BUILD
@@ -250,11 +250,16 @@ jax_multiplatform_test(
250
srcs = [
251
"mosaic_gpu_test.py",
252
],
253
+ disable_configs = [
254
+ # TODO(b/462499936): Re-enable when test passes on MIG partition.
255
+ "gpu_b200",
256
+ ],
257
enable_backends = [],
258
enable_configs = [
259
"gpu_h100_x32",
260
"gpu_h100",
- "gpu_b200",
261
+ # TODO(b/462499936): Remove gpu_b200_full when test passes onMIG partition.
262
+ "gpu_b200_full",
263
264
shard_count = 4,
265
tags = [
0 commit comments