Skip to content

Commit 8b71582

Browse files
Update Jax B200 single gpu tests to use MIG partitions.
PiperOrigin-RevId: 834879725
1 parent 0b0073c commit 8b71582

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/pallas/BUILD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,16 @@ jax_multiplatform_test(
250250
srcs = [
251251
"mosaic_gpu_test.py",
252252
],
253+
disable_configs = [
254+
# TODO(b/462499936): Re-enable when test passes on MIG partition.
255+
"gpu_b200",
256+
],
253257
enable_backends = [],
254258
enable_configs = [
255259
"gpu_h100_x32",
256260
"gpu_h100",
257-
"gpu_b200",
261+
# TODO(b/462499936): Remove gpu_b200_full when test passes onMIG partition.
262+
"gpu_b200_full",
258263
],
259264
shard_count = 4,
260265
tags = [

0 commit comments

Comments
 (0)