Skip to content

Commit dbb83c8

Browse files
committed
Use B200 to pass setup Linux step
1 parent 60ad79f commit dbb83c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ jobs:
282282
cuda-arch-list: '10.0'
283283
test-matrix: |
284284
{ include: [
285-
{ config: "distributed", shard: 1, num_shards: 3, runner: "linux.dgx.b200.8" },
286-
{ config: "distributed", shard: 2, num_shards: 3, runner: "linux.dgx.b200.2" },
287-
{ config: "distributed", shard: 3, num_shards: 3, runner: "linux.dgx.b200.2" },
285+
{ config: "distributed", shard: 1, num_shards: 3, runner: "B200" },
286+
{ config: "distributed", shard: 2, num_shards: 3, runner: "B200" },
287+
{ config: "distributed", shard: 3, num_shards: 3, runner: "B200" },
288288
]}
289289
secrets: inherit
290290

0 commit comments

Comments
 (0)