Skip to content

Commit

Permalink
GPU Test skips - fbcode/pytorch/data/test
Browse files Browse the repository at this point in the history
Differential Revision: D60701549

Pull Request resolved: #1314
  • Loading branch information
jovianjaison authored Aug 14, 2024
1 parent c0fa044 commit 5b7068c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def test_elastic_training_dl2(self, backend) -> None:
"--run_path",
f"--nnodes={nnodes}",
f"--nproc_per_node={world_size}",
abs_path("bin/elastic_training.py"),
abs_path("elastic_training.py"),
"--" + backend,
"--dl2",
],
Expand All @@ -258,7 +258,7 @@ def test_elastic_training_dl1(self, backend) -> None:
"--run_path",
f"--nnodes={nnodes}",
f"--nproc_per_node={world_size}",
abs_path("bin/elastic_training.py"),
abs_path("elastic_training.py"),
"--" + backend,
"--dl1",
],
Expand Down

0 comments on commit 5b7068c

Please sign in to comment.