Skip to content

Commit 5473fb6

Browse files
HPHP
authored andcommitted
solve yapf check error
Signed-off-by: HP <HP@edu.cn>
1 parent aa7ea20 commit 5473fb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vllm_ascend/ascend_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ def __init__(self, torchair_graph_config):
5656
"graph_batch_sizes_init", False)
5757
self.enable_multistream_shared_expert = torchair_graph_config.get(
5858
"enable_multistream_shared_expert", False)
59-
self.enable_kv_nz = bool(int(os.getenv("VLLM_ASCEND_ENABLE_KV_NZ", '0')))
59+
self.enable_kv_nz = bool(
60+
int(os.getenv("VLLM_ASCEND_ENABLE_KV_NZ", '0')))
6061

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

0 commit comments

Comments
 (0)