From b632837a013d4934d9cb3b82cd9ee57659f2ba3d Mon Sep 17 00:00:00 2001 From: Youngeun Kwon Date: Mon, 3 Nov 2025 14:20:43 -0800 Subject: [PATCH] fix Signed-off-by: Youngeun Kwon --- docs/nsys-profiling.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/nsys-profiling.md b/docs/nsys-profiling.md index df2574a4c5..5e97390050 100644 --- a/docs/nsys-profiling.md +++ b/docs/nsys-profiling.md @@ -100,7 +100,8 @@ To analyze the generated profile files, load the `.nsys-rep` files into the NVID Nsight Systems supports [multi-report view](https://docs.nvidia.com/nsight-systems/UserGuide/index.html#viewing-multiple-reports-in-the-same-timeline) functionality. If you open the profiles from different workers (e.g., `*policy_worker*.nsys-rep` and `*generation_worker*.nsys-rep`) in a single multi-report view, you can analyze the behavior of the end-to-end RL loop on the same timeline. -Pretraining loss curves + +![Nsys multi report view](./assets/nsys-multi-report-view.png) ## How We Patched Nsight Support in Ray