mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[Infra] - Waive failed tests on release/0.21 (#5477)
Signed-off-by: qqiao <qqiao@nvidia.com>
This commit is contained in:
parent
5cd87bee41
commit
b6d23d58c4
@ -444,3 +444,4 @@ accuracy/test_llm_api_pytorch.py::TestDeepSeekV3Lite::test_nvfp4_4gpus[moe_backe
|
||||
accuracy/test_llm_api_pytorch.py::TestDeepSeekV3Lite::test_nvfp4_4gpus[moe_backend=TRTLLM-mtp_nextn=2-ep4-fp8kv=True-attention_dp=True-cuda_graph=True-overlap_scheduler=True-torch_compile=False] SKIP (https://nvbugs/5349343)
|
||||
full:B200/test_e2e.py::test_ptp_quickstart_advanced_deepseek_multi_nodes[DeepSeek-R1/DeepSeek-R1-0528-FP4] SKIP (https://nvbugs/5344688)
|
||||
accuracy/test_llm_api.py::TestLlama3_1_8BInstruct::test_guided_decoding_4gpus SKIP (https://nvbugs/5346443)
|
||||
accuracy/test_llm_api_pytorch.py::TestLlama3_1_8BInstruct::test_bfloat16_4gpus[tp4-attn_backend=TRTLLM-torch_compile=False] SKIP (https://nvbugs/5357878)
|
||||
|
||||
@ -54,6 +54,7 @@ def run_client(server_addr, values_to_process):
|
||||
return f"Error in client: {str(e)}"
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="https://nvbugs/5351244")
|
||||
@pytest.mark.parametrize("task_type", ["submit", "submit_sync"])
|
||||
def test_remote_mpi_session(task_type: Literal["submit", "submit_sync"]):
|
||||
"""Test RemoteMpiPoolSessionClient and RemoteMpiPoolSessionServer interaction"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user