Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
d5c097a2
Unverified
Commit
d5c097a2
authored
Jun 07, 2025
by
fzyzcjy
Committed by
GitHub
Jun 07, 2025
Browse files
Tiny re-introduce profile id logging (#6912)
parent
9736cd3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/managers/scheduler.py
python/sglang/srt/managers/scheduler.py
+1
-1
No files found.
python/sglang/srt/managers/scheduler.py
View file @
d5c097a2
...
...
@@ -2221,7 +2221,7 @@ class Scheduler(
)
->
ProfileReqOutput
|
None
:
stage_str
=
f
" for
{
stage
.
__str__
()
}
"
if
stage
else
""
logger
.
info
(
f
"Profiling starts
{
stage_str
}
. Traces will be saved to:
{
self
.
torch_profiler_output_dir
}
"
,
f
"Profiling starts
{
stage_str
}
. Traces will be saved to:
{
self
.
torch_profiler_output_dir
}
(with profile id:
{
self
.
profile_id
}
)
"
,
)
activities
=
self
.
profiler_activities
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment