From 1b137d6b1b160974745a1ad7838316c93e5b97a7 Mon Sep 17 00:00:00 2001 From: Zhu Yi Lin <116337067+GDzhu01@users.noreply.github.com> Date: Tue, 25 Nov 2025 21:39:04 +0800 Subject: [PATCH] [TEST] Delete Comment (#4427) ### What this PR does / why we need it? Delete useless comments. ### Does this PR introduce _any_ user-facing change? No - vLLM main: https://github.com/vllm-project/vllm/commit/2918c1b49c88c29783c86f78d2c4221cb9622379 Signed-off-by: GDzhu01 <809721801@qq.com> --- tests/ut/quantization/test_w8a8.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ut/quantization/test_w8a8.py b/tests/ut/quantization/test_w8a8.py index 26885a7f..dbefae30 100644 --- a/tests/ut/quantization/test_w8a8.py +++ b/tests/ut/quantization/test_w8a8.py @@ -326,7 +326,6 @@ class TestAscendC8KVCacheMethod(TestBase): self.attention_type.ENCODER = "encoder" def test_create_weights(self): - """测试 create_weights 是否正确注册参数""" AscendC8KVCacheMethod.create_weights(self.layer) self.layer.register_parameter.assert_any_call("key_antiquant_scale",