You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing my chakra environment following the steps in wiki. when I link the pytorch trace and kineto trace, with the cmd
"chakra_trace_link --chakra-host-trace pytorch_et.json --chakra-device-trace kineto_trace.json --output-file /path/to/chakra_host_device_trace.json ",
I got
"chakra_trace_link: error: the following arguments are required: --rank".
But my host trace and kineto trace are collected in my node with single GPU and without DDP, then what I can provide for the rank argument?
look forward for any advice.
The text was updated successfully, but these errors were encountered:
I am testing my chakra environment following the steps in wiki. when I link the pytorch trace and kineto trace, with the cmd
"chakra_trace_link --chakra-host-trace pytorch_et.json --chakra-device-trace kineto_trace.json --output-file /path/to/chakra_host_device_trace.json ",
I got
"chakra_trace_link: error: the following arguments are required: --rank".
But my host trace and kineto trace are collected in my node with single GPU and without DDP, then what I can provide for the rank argument?
look forward for any advice.
The text was updated successfully, but these errors were encountered: