Skip to content
Merged
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
fzyzcjy committed Feb 19, 2026
commit 0c8dd0c2c76499203ba04db1c085d441a25defca
4 changes: 3 additions & 1 deletion python/sglang/srt/debug_utils/dumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ def _ensure_http_server(self):

def _ensure_partial_name(self):
if self._partial_name is None:
self._partial_name = _get_partial_name(timeout_seconds=self._collective_timeout)
self._partial_name = _get_partial_name(
timeout_seconds=self._collective_timeout
)
print(f"[Dumper] Choose partial_name={self._partial_name}")

def set_ctx(self, **kwargs):
Expand Down
Loading