We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d1f4f commit e69d7bbCopy full SHA for e69d7bb
tests/unittest/llmapi/test_llm_multi_gpu.py
@@ -288,10 +288,8 @@ def run_command(command: str):
288
raise e
289
290
291
-@pytest.mark.skip(reason="https://nvbugspro.nvidia.com/bug/5223608: timeout")
292
@skip_single_gpu
293
def test_llm_multi_node(engine_from_checkpoint: tempfile.TemporaryDirectory):
294
- # TODO[chunweiy]: reactivate this later
295
nworkers = 2
296
test_case_file = os.path.join(os.path.dirname(__file__), "run_llm.py")
297
os.path.join(os.path.dirname(__file__), "launch.py")
0 commit comments