Pytorch Profiler Kineto Error

Hello there. I am exploring the Pytorch Profiler with Tensorboard. I tried to run this tutorial on Jetson AGX Xavier and when I try to run it prompts "Assertion Error: Requested Kineto profiling but Kineto is not available, make sure Pytorch is built with USE_KINETO = 1. I am wondering if I am getting this error because of the platform that I use?

Your current PyTorch build doesn’t seem to come with the kineto profiler, so you could rebuild it with USE_KINETO=1 and make sure the install log shows that it’s indeed installed.