[bug fix] use npu phy id in container env (#14266)

Co-authored-by: jinke15 <jinke15@jd.com>
This commit is contained in:
Vikram
2025-12-03 11:33:43 +08:00
committed by GitHub
co-authored by jinke15
parent 84e0abb7b1
commit 42271376d1
3 changed files with 13 additions and 3 deletions
+1
View File
@@ -214,6 +214,7 @@ class Envs:
# Mooncake KV Transfer
SGLANG_MOONCAKE_CUSTOM_MEM_POOL = EnvStr(None)
ENABLE_ASCEND_TRANSFER_WITH_MOONCAKE = EnvBool(False)
ASCEND_NPU_PHY_ID = EnvInt(-1)
# Mooncake Store
SGLANG_HICACHE_MOONCAKE_CONFIG_PATH = EnvStr(None)