I set torch_profile = True in my config
The default args for torch.profiler.profiler.schedule include skip_first_wait=0, but this option is not available in torch 2.5.0: https://docs.pytorch.org/docs/2.5/profiler.html#torch.profiler.schedule
I would be good to have the default configuration not crash