File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -342,6 +342,8 @@ unittest/executor/test_rpc_worker.py SKIP (https://nvbugs/5583261)
342342unittest/llmapi/test_llm_pytorch.py::test_llm_capture_request_error SKIP (https://nvbugs/5599176)
343343examples/test_phi.py::test_phi_fp8_with_bf16_lora[Phi-3.5-MoE-instruct] SKIP (https://nvbugs/5465143)
344344unittest/llmapi/test_llm_multi_gpu_pytorch.py::test_llm_rpc_tp2 SKIP (https://nvbugs/5594753)
345+ unittest/llmapi/test_llm_pytorch.py::test_llm_rpc SKIP (https://nvbugs/5594753)
346+ unittest/llmapi/test_llm_pytorch.py::test_llm_rpc_streaming SKIP (https://nvbugs/5594753)
345347unittest/llmapi/test_memory_profiling.py SKIP (https://nvbugs/5580781)
346348accuracy/test_disaggregated_serving.py::TestLlama3_1_8BInstruct::test_ctx_pp_gen_tp_asymmetric[GSM8K-gen_tp=1-ctx_pp=2] SKIP (https://nvbugs/5582277)
347349accuracy/test_disaggregated_serving.py::TestLlama3_1_8BInstruct::test_ctx_pp_gen_tp_asymmetric[GSM8K-gen_tp=1-ctx_pp=4] SKIP (https://nvbugs/5582277)
Original file line number Diff line number Diff line change @@ -948,7 +948,6 @@ def test_llm_rpc():
948948
949949@skip_ray
950950@pytest .mark .asyncio
951- @pytest .mark .skip (reason = "https://nvbugs/5594753" )
952951async def test_llm_rpc_streaming ():
953952 # TODO: remove the with-statement when shutdown hang issue is fixed
954953 with LLM (model = llama_model_path ,
You can’t perform that action at this time.
0 commit comments