mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
unwaive multi-node test (#3721)
Signed-off-by: Superjomn <328693+Superjomn@users.noreply.github.com>
This commit is contained in:
parent
81d1f4f1c0
commit
e69d7bb1ad
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user