[NPU] bug fix for multi stream (#15048)

This commit is contained in:
liupeng374
2025-12-14 16:38:12 +08:00
committed by GitHub
parent f50af32d8b
commit 4ea3642250
3 changed files with 12 additions and 2 deletions
+1
View File
@@ -239,6 +239,7 @@ class Envs:
# NPU
SGLANG_NPU_DISABLE_ACL_FORMAT_WEIGHT = EnvBool(False)
SGLANG_NPU_USE_MULTI_STREAM = EnvBool(False)
# Quantization
SGLANG_INT4_WEIGHT = EnvBool(False)