Skip to content

Commit c1f497e

Browse files
authored
Enhance reset, states, http in dumper (#19095)
1 parent 4091b72 commit c1f497e

File tree

5 files changed

+385
-165
lines changed

5 files changed

+385
-165
lines changed

python/sglang/srt/debug_utils/dump_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def load(self, name, **kwargs):
2525

2626
from sglang.srt.debug_utils.dumper import dumper
2727

28-
step = dumper._step
28+
step = dumper._state.step
2929
conditions = dict(name=name, step=step, **kwargs)
3030
row = find_row(self._df, conditions=conditions)
3131
assert (

0 commit comments

Comments
 (0)