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 5644721 commit 1b963c1Copy full SHA for 1b963c1
tests/unittest/llmapi/test_llm_multi_gpu.py
@@ -334,6 +334,7 @@ def test_llm_multi_node_pytorch(nworkers: int):
334
335
@skip_single_gpu
336
def test_llm_multi_node_with_postproc():
337
+ pytest.skip("https://nvbugspro.nvidia.com/bug/5327706")
338
nworkers = 2
339
test_case_file = os.path.join(os.path.dirname(__file__),
340
"run_llm_with_postproc.py")
0 commit comments