diff --git a/python/sglang/srt/disaggregation/decode.py b/python/sglang/srt/disaggregation/decode.py index b9f8e5994..3cdf2af17 100644 --- a/python/sglang/srt/disaggregation/decode.py +++ b/python/sglang/srt/disaggregation/decode.py @@ -252,6 +252,10 @@ class DecodeRequest: def seqlen(self) -> int: return self.req.seqlen + @property + def priority(self) -> Optional[int]: + return self.req.priority + class DecodePreallocQueue: """