Skip to content

Commit 2b32557

Browse files
author
lwq
committed
format code
Signed-off-by: lwq <liwenquan5@huawei.com>
1 parent b443716 commit 2b32557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/ascend_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(self, torchair_graph_config):
7171
"enable_multistream_moe", False)
7272
self.enable_view_optimize = torchair_graph_config.get(
7373
"enable_view_optimize", True)
74-
self.enable_kv_nz = additional_config.get("enable_kv_nz", False)
74+
self.enable_kv_nz = torchair_graph_config.get("enable_kv_nz", False)
7575

7676
if not isinstance(self.graph_batch_sizes, list):
7777
raise TypeError("graph_batch_sizes must be list[int]")

0 commit comments

Comments
 (0)