Skip to content

Commit 1b137d6

Browse files
authored
[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: vllm-project/vllm@2918c1b Signed-off-by: GDzhu01 <809721801@qq.com>
1 parent 9803165 commit 1b137d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ut/quantization/test_w8a8.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ def setUp(self):
326326
self.attention_type.ENCODER = "encoder"
327327

328328
def test_create_weights(self):
329-
"""测试 create_weights 是否正确注册参数"""
330329
AscendC8KVCacheMethod.create_weights(self.layer)
331330

332331
self.layer.register_parameter.assert_any_call("key_antiquant_scale",

0 commit comments

Comments
 (0)