Skip to content

Commit 20ca107

Browse files
committed
Update test_llm_api_pytorch.py
Signed-off-by: Yi Zhang <[email protected]>
1 parent 159de97 commit 20ca107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/defs/accuracy/test_llm_api_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ class TestDeepSeekR1(LlmapiAccuracyTestHarness):
13351335
def test_nvfp4_multi_gpus(self, tp_size, pp_size, ep_size, mtp_nextn, fp8kv,
13361336
attention_dp, cuda_graph, overlap_scheduler,
13371337
max_batch_size, moe_backend):
1338-
kv_cache_config = KvCacheConfig(free_gpu_memory_fraction=0.80)
1338+
kv_cache_config = KvCacheConfig(free_gpu_memory_fraction=0.70)
13391339
pytorch_config = dict(
13401340
disable_overlap_scheduler=not overlap_scheduler,
13411341
cuda_graph_config=CudaGraphConfig() if cuda_graph else None,

0 commit comments

Comments
 (0)