Skip to content

Commit 31008d4

Browse files
author
l30074184
committed
codecheck fixed4
Signed-off-by: l30074184 <liujiewen2@h-partners.com>
1 parent 185fc5f commit 31008d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm_ascend/quantization/quant_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ def process_weights_after_loading(self, layer: torch.nn.Module) -> None:
328328
if hasattr(self.quant_method, "process_weights_after_loading"):
329329
self.quant_method.process_weights_after_loading(layer)
330330

331+
331332
class AscendEmbeddingMethod(AscendLinearMethod):
332333
"""Embedding method for Ascend quantization.
333334

0 commit comments

Comments
 (0)