Re-org eagle unit tests (#14909)

This commit is contained in:
Liangsheng Yin
2025-12-12 12:25:39 +09:00
committed by GitHub
parent 10146af099
commit c660d8dfd0
5 changed files with 155 additions and 229 deletions
+1
View File
@@ -173,6 +173,7 @@ class Envs:
SGLANG_TEST_RETRACT_NO_PREFILL_BS = EnvInt(2 ** 31)
SGLANG_ENABLE_STRICT_MEM_CHECK_DURING_BUSY = EnvInt(0)
SGLANG_ENABLE_STRICT_MEM_CHECK_DURING_IDLE = EnvBool(True)
SGLANG_CI_SMALL_KV_SIZE = EnvInt(-1)
# Scheduler: new token ratio hyperparameters
SGLANG_INIT_NEW_TOKEN_RATIO = EnvFloat(0.7)