[Bugfix] Fix environ error in scheduler_runtime_checker_mixin.py (#14461)
Signed-off-by: Kun(llfl) <i@imux.top>
This commit is contained in:
@@ -196,7 +196,7 @@ class SchedulerRuntimeCheckerMixin:
|
|||||||
)
|
)
|
||||||
raise_error_or_warn(
|
raise_error_or_warn(
|
||||||
self,
|
self,
|
||||||
envs.SGLANG_ENABLE_STRICT_MEM_CHECK_DURING_IDLE,
|
envs.SGLANG_ENABLE_STRICT_MEM_CHECK_DURING_IDLE.get(),
|
||||||
"count_req_pool_leak_warnings",
|
"count_req_pool_leak_warnings",
|
||||||
msg,
|
msg,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user