Skip to content

Commit a39da4b

Browse files
authored
Update test_llm_api_pytorch.py
Signed-off-by: Yi Zhang <[email protected]>
1 parent c42fc6c commit a39da4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/defs/accuracy/test_llm_api_pytorch.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,8 +871,10 @@ def test_nvfp4_4gpus(self, fp8kv, attention_dp, cuda_graph,
871871
pytest.skip("https://nvbugs/5252559")
872872
if torch_compile and pp_size > 1:
873873
pytest.skip("PP with torch.compile is not supported yet.")
874-
if not attention_dp and (tp_size > 1 or ep_size > 1) and moe_backend == "CUTLASS":
874+
if not attention_dp and (tp_size > 1
875+
or ep_size > 1) and moe_backend == "CUTLASS":
875876
pytest.skip("https://nvbugs/5336321")
877+
876878
kv_cache_config = KvCacheConfig(free_gpu_memory_fraction=0.9)
877879
torch_compile_config = TorchCompileConfig(
878880
enable_fullgraph=True,

0 commit comments

Comments
 (0)