unwaive multi-node test (#3721)

Signed-off-by: Superjomn <328693+Superjomn@users.noreply.github.com>
This commit is contained in:
Yan Chunwei 2025-04-22 07:56:29 +08:00 committed by GitHub
parent 81d1f4f1c0
commit e69d7bb1ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -288,10 +288,8 @@ def run_command(command: str):
raise e
@pytest.mark.skip(reason="https://nvbugspro.nvidia.com/bug/5223608: timeout")
@skip_single_gpu
def test_llm_multi_node(engine_from_checkpoint: tempfile.TemporaryDirectory):
# TODO[chunweiy]: reactivate this later
nworkers = 2
test_case_file = os.path.join(os.path.dirname(__file__), "run_llm.py")
os.path.join(os.path.dirname(__file__), "launch.py")