Skip to content

Commit 0469d8f

Browse files
committed
rm redundant lines
Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent 660c0c9 commit 0469d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ut/attention/test_mla_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def setUp(self):
441441
self.mock_vllm_config.model_config.hf_text_config.qk_rope_head_dim = 32
442442
self.mock_vllm_config.cache_config = CacheConfig(block_size=32)
443443
mock_scheduler_config = MagicMock(spec=SchedulerConfig)
444-
mock_scheduler_config.max_num_seqs = 8 # 设置为整数,不是 MagicMock
444+
mock_scheduler_config.max_num_seqs = 8
445445
mock_scheduler_config.chunked_prefill_enabled = True
446446
self.mock_vllm_config.scheduler_config = mock_scheduler_config
447447
self.mock_vllm_config.speculative_config = None

0 commit comments

Comments
 (0)