Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuangnm authored and dhuangnm committed Jul 12, 2024
1 parent 5f1d894 commit 493b69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/accuracy/test_lm_eval_correctness.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_lm_eval_correctness(num_gpus_available):
# shut down cleanly (it works, but not clean).
"distributed-executor-backend": "ray",
"disable-log-requests": "",
"engine-use-ray": True,
"engine-use-ray": "",
}

server_cmd = "python3 -m vllm.entrypoints.openai.api_server " + \
Expand Down Expand Up @@ -122,7 +122,7 @@ def test_lm_eval_correctness(num_gpus_available):
del server_process
gc.collect()
torch.cuda.empty_cache()
torch.distributed.destroy_process_group()
#torch.distributed.destroy_process_group()
ray.shutdown()

# Make sure the server finishes tearing down.
Expand Down

0 comments on commit 493b69f

Please sign in to comment.