Skip to content

Commit

Permalink
GPU Test skips - fbcode/pytorch/data/test (#1314)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1314
This diff is part of a series of fixes for skipping GPU tests in the PyTorch data library.

Reviewed By: johnsushant

Differential Revision: D60701549
  • Loading branch information
jovianjaison authored and facebook-github-bot committed Aug 13, 2024
1 parent c0fa044 commit 1798d88
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 1798d88

Please sign in to comment.