We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4aca9f commit b3f10f2Copy full SHA for b3f10f2
python/sglang/srt/managers/scheduler.py
@@ -2127,7 +2127,7 @@ def stop_profile(self) -> None:
2127
2128
if "MEM" in self.profiler_activities:
2129
memory_profile_path = os.path.join(
2130
- self.torch_profiler_trace_dir,
+ self.torch_profiler_output_dir,
2131
str(time.time()) + f"-TP-{self.tp_rank}-memory" + ".pickle",
2132
)
2133
torch.cuda.memory._dump_snapshot(memory_profile_path)
0 commit comments