File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ def test_llama_7b_multi_lora_tp2():
6262 cuda_graph_config = None )
6363
6464
65+ @pytest .mark .skip (reason = "https://nvbugs/5560921" )
6566@skip_ray
6667@pytest .mark .gpu2
6768def test_llm_rpc_tp2 ():
@@ -80,6 +81,7 @@ def test_llm_rpc_tp2():
8081 assert len (res .outputs [0 ].token_ids ) == 10
8182
8283
84+ @pytest .mark .skip (reason = "https://nvbugs/5560921" )
8385@skip_ray
8486@pytest .mark .gpu2
8587@pytest .mark .asyncio
Original file line number Diff line number Diff line change @@ -956,6 +956,7 @@ def test_max_num_token_check(self):
956956 llm .generate ([ids ])
957957
958958
959+ @pytest .mark .skip (reason = "https://nvbugs/5560921" )
959960@skip_ray
960961def test_llm_rpc ():
961962 # TODO: remove the with-statement when shutdown hang issue is fixed
@@ -973,6 +974,7 @@ def test_llm_rpc():
973974 assert len (res .outputs [0 ].token_ids ) == 10
974975
975976
977+ @pytest .mark .skip (reason = "https://nvbugs/5560921" )
976978@skip_ray
977979@pytest .mark .asyncio
978980async def test_llm_rpc_streaming ():
You can’t perform that action at this time.
0 commit comments