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