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 aa4ccef commit c69ffb2Copy full SHA for c69ffb2
tests/ut/test_platform.py
@@ -528,7 +528,6 @@ def test_check_and_update_config_310p_no_custom_ops(
528
mock_init_ascend.return_value = TestNPUPlatform.mock_vllm_ascend_config(
529
)
530
vllm_config = TestNPUPlatform.mock_vllm_config()
531
- vllm_config.parallel_config.tensor_parallel_size = 1
532
vllm_config.compilation_config.custom_ops = []
533
vllm_config.parallel_config.tensor_parallel_size = 1
534
mock_init_recompute.return_value = MagicMock()
0 commit comments