Fix profiling will crash the server when using num_steps (#6586)

This commit is contained in:
fzyzcjy
2025-05-26 13:36:02 +08:00
committed by GitHub
parent 0ca1811715
commit 8c7279c24e

View File

@@ -2203,6 +2203,7 @@ class Scheduler(
self.torch_profiler = None
self.torch_profiler_output_dir = None
self.profiler_activities = None
self.profiler_target_forward_ct = None
return ProfileReqOutput(success=True, message="Succeeded")