We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6cb2b commit 9166093Copy full SHA for 9166093
tests/unittest/llmapi/test_llm_multi_gpu.py
@@ -288,6 +288,7 @@ 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
0 commit comments