Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Feb 16, 2024
1 parent 0016da8 commit 5bbfd0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ def test_api_dataset_generator(library, task, model):
def test_api_launch(benchmark_config, launcher_config, device):
if launcher_config.name == "torchrun" and device == "cuda":
device_ids = ",".join(str(i) for i in range(torch.cuda.device_count()))
elif device == "cuda":
device_ids = "0"
else:
device_ids = None

Expand Down

0 comments on commit 5bbfd0b

Please sign in to comment.