am currently working with the Jetson Orin Nano Developer Kit.
-
I was able to install JetPack 7.2.1‑b49, and the board boots and works correctly.
-
However, I noticed that Agent Skills are not available in this build.
For example, when I try to use the following packages:
python
from agent_framework import Workflow
from agent_skills import ModelInferencing, ModelBenchmark
the features are missing in b49.
From what I understand, these capabilities are included only in the JetPack 7.2.1‑b184 production build. Could someone guide me on where to download b184 from the NVIDIA Developer Repository?