[Code sync] Fix registration of some ops in grok & Fix oss sync scripts (#13990)

Co-authored-by: Stefan He <hebiaobuaa@gmail.com>
This commit is contained in:
Lianmin Zheng
2025-11-26 13:11:52 -08:00
committed by GitHub
co-authored by Stefan He
parent b6312e62ea
commit 0a186924ba
7 changed files with 79 additions and 30 deletions
+1
View File
@@ -166,6 +166,7 @@ class Envs:
SGLANG_MIN_NEW_TOKEN_RATIO_FACTOR = EnvFloat(0.14)
SGLANG_NEW_TOKEN_RATIO_DECAY_STEPS = EnvInt(600)
SGLANG_RETRACT_DECODE_STEPS = EnvInt(20)
SGLANG_CLIP_MAX_NEW_TOKENS_ESTIMATION = EnvInt(4096)
# Scheduler: others:
SGLANG_EMPTY_CACHE_INTERVAL = EnvFloat(-1) # in seconds. Set if you observe high memory accumulation over a long serving period.