From 00e4baa7289bf6f83611246b1e02a7411d774ff7 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Wed, 24 Jul 2024 01:22:30 -0700 Subject: [PATCH] Update schedule_heuristic.py --- python/sglang/srt/managers/controller/schedule_heuristic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sglang/srt/managers/controller/schedule_heuristic.py b/python/sglang/srt/managers/controller/schedule_heuristic.py index 46a5bf239..ef0c000e6 100644 --- a/python/sglang/srt/managers/controller/schedule_heuristic.py +++ b/python/sglang/srt/managers/controller/schedule_heuristic.py @@ -14,7 +14,7 @@ class ScheduleHeuristic: tree_cache, ): if tree_cache.disable and schedule_heuristic == "lpm": - # LMP is not meaningless when tree cache is disabled. + # LMP is meaningless when the tree cache is disabled. schedule_heuristic = "fcfs" self.schedule_heuristic = schedule_heuristic