Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KuilongCui committed Nov 8, 2024
1 parent 3217ef6 commit 3ba4663
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/e2e_test/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ async def test_e2e(clean_ray, model, migration_backend, launch_mode):
"ignore_eos": False,
}

launch_ray()
# generate llumnix outputs
base_port = 37037
launch_llumnix_service(model, max_model_len, base_port, migration_backend, launch_mode)
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e_test/test_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def parse_manager_log_file(log_file):
@pytest.mark.asyncio
@pytest.mark.skipif(torch.cuda.device_count() < 2, reason="at least 2 gpus required for migration bench")
@pytest.mark.parametrize("model", ['/mnt/model/Qwen-7B'])
@pytest.mark.parametrize("migration_backend", ['gloo'])
@pytest.mark.parametrize("migration_backend", ['rpc', 'gloo'])
async def test_migration_benchmark(clean_ray, model, migration_backend):
base_port = 37037
instance_output_logs = []
Expand Down

0 comments on commit 3ba4663

Please sign in to comment.