2025-02-02 14:58:18 -05:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2025-06-03 11:20:17 -07:00
|
|
|
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
|
2025-02-02 14:58:18 -05:00
|
|
|
|
2026-03-16 23:31:23 -04:00
|
|
|
from tests.entrypoints.openai.chat_completion.test_oot_registration import (
|
|
|
|
|
run_and_test_dummy_opt_api_server,
|
|
|
|
|
)
|
2024-08-13 16:24:17 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
def test_distributed_oot(dummy_opt_path: str):
|
|
|
|
|
run_and_test_dummy_opt_api_server(dummy_opt_path, tp=2)
|