[4/N] (Elastic EP) Back up Expert Weights in DRAM (#17374)

Co-authored-by: UNIDY2002 <unidy2002@outlook.com>
This commit is contained in:
ympcMark
2026-02-27 15:59:13 +08:00
committed by GitHub
co-authored by UNIDY2002
parent eef44ec916
commit 43fade5f69
11 changed files with 553 additions and 2 deletions
+3
View File
@@ -489,6 +489,9 @@ class Envs:
SGLANG_ENCODER_RECV_TIMEOUT = EnvFloat(180.0)
SGLANG_ENCODER_SEND_TIMEOUT = EnvFloat(180.0)
# Elastic EP Backup Port
SGLANG_BACKUP_PORT_BASE = EnvInt(10000)
envs = Envs()
EnvField._allow_set_name = False