move environ into sglang.srt to avoid break SRT auto sync. (#10791)

This commit is contained in:
Liangsheng Yin
2025-09-23 02:04:20 -07:00
committed by GitHub
parent ea338676b5
commit 4a762041d7
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from sglang.srt.utils import kill_process_tree
MOVE_ENVS_WARN = """
########################################################################
# For contributors and developers: #
# Please move environment variable definitions to 'sglang/environ.py' #
# Please move environment variable definitions to sglang.srt.environ #
# using the following pattern: #
# SGLANG_XXX = EnvBool(False) #
# #