diff --git a/python/sglang/srt/disaggregation/utils.py b/python/sglang/srt/disaggregation/utils.py index e44512abd..6d58f415a 100644 --- a/python/sglang/srt/disaggregation/utils.py +++ b/python/sglang/srt/disaggregation/utils.py @@ -137,7 +137,7 @@ class MetadataBuffers: ) # Request validation: store bootstrap_room to detect metadata corruption self.bootstrap_room = torch.zeros( - (size, 8), dtype=torch.int64, device=device + (size, 8), dtype=torch.uint64, device=device ) def get_buf_infos(self):