Skip to content

Commit 8add119

Browse files
reasonsolomikeiovine
authored andcommitted
[https://nvbugs/5608743][chore] unwaive test (NVIDIA#8994)
Signed-off-by: Lizhi Zhou <1432185+reasonsolo@users.noreply.github.com>
1 parent 375253b commit 8add119

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integration/defs/disaggregated/test_disaggregated_single_gpu.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,9 @@ def test_disaggregated_spec_dec_batch_slot_limit(model, spec_dec_model_path,
419419
max_batch_size=1))
420420

421421
kv_cache_configs = [
422-
KvCacheConfig(max_tokens=128, enable_block_reuse=False)
423-
for _ in range(2)
422+
KvCacheConfig(max_tokens=128,
423+
enable_block_reuse=False,
424+
free_gpu_memory_fraction=0.25) for _ in range(2)
424425
]
425426
cache_transceiver_configs = [
426427
CacheTransceiverConfig(backend="DEFAULT") for _ in range(2)

0 commit comments

Comments
 (0)