[Auto Sync] Update http_server.py, io_struct.py, scheduler_... (20251120) (#13679)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zhuqi Li <zhli@x.ai>
This commit is contained in:
Lianmin Zheng
2025-11-20 23:17:15 -08:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com> Zhuqi Li
parent 4360279036
commit 90a0133515
6 changed files with 35 additions and 0 deletions
@@ -689,6 +689,7 @@ async def start_profile_async(obj: Optional[ProfileReqInput] = None):
record_shapes=obj.record_shapes,
profile_by_stage=obj.profile_by_stage,
merge_profiles=obj.merge_profiles,
profile_prefix=obj.profile_prefix,
)
return Response(
content="Start profiling.\n",