Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/perf/nsight_profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ To enable profiling for specific components and steps, modify your ppo_trainer.y
discrete: False
actor_rollout_ref:
actor:
profile:
profiler:
enable: True
all_ranks: True
# rollout & ref follow actor settings
critic:
profile:
profiler:
enable: True
all_ranks: True
reward_model:
profile:
profiler:
enable: True
all_ranks: True
```
Expand Down
Loading