From 8154de5a326f945b514a98d075361db95eadd6ad Mon Sep 17 00:00:00 2001 From: Xuchun Shang Date: Tue, 25 Mar 2025 04:14:16 +0800 Subject: [PATCH] [PD] Remove invalid parameter (#4721) Signed-off-by: Xuchun Shang --- python/sglang/srt/disaggregation/decode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sglang/srt/disaggregation/decode.py b/python/sglang/srt/disaggregation/decode.py index e4e3dde71..ece651b4e 100644 --- a/python/sglang/srt/disaggregation/decode.py +++ b/python/sglang/srt/disaggregation/decode.py @@ -158,7 +158,7 @@ class DecodePreallocQueue: preallocated_reqs = [] indices_to_remove = set() - allocatable_tokens = self._allocatable_tokens(count_retracted=True) + allocatable_tokens = self._allocatable_tokens() for i, decode_req in enumerate(self.queue): if not decode_req.waiting_for_input: