We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660c0c9 commit 0469d8fCopy full SHA for 0469d8f
tests/ut/attention/test_mla_v1.py
@@ -441,7 +441,7 @@ def setUp(self):
441
self.mock_vllm_config.model_config.hf_text_config.qk_rope_head_dim = 32
442
self.mock_vllm_config.cache_config = CacheConfig(block_size=32)
443
mock_scheduler_config = MagicMock(spec=SchedulerConfig)
444
- mock_scheduler_config.max_num_seqs = 8 # 设置为整数,不是 MagicMock
+ mock_scheduler_config.max_num_seqs = 8
445
mock_scheduler_config.chunked_prefill_enabled = True
446
self.mock_vllm_config.scheduler_config = mock_scheduler_config
447
self.mock_vllm_config.speculative_config = None
0 commit comments