Replies: 2 comments 3 replies
-
|
I'm not aware of a CUDA-enabled recipe for pytorch that you can use with OE/Yocto builds. Searching around, I see that there may be an NVIDIA pre-built copy of pytorch compatible with JetPack 6.2 - dev forum post 1 and dev forum post 2 - but I'm not sure it would be usable in a Yocto-built OS, due to python differences. You might look into using the NVIDIA docker containers instead of trying to integrated pytorch directly in your OS image. I believe that's a commonly used approach to solving this problem. |
Beta Was this translation helpful? Give feedback.
-
|
Hey @dlheard17 @sefabre Pytorch with Python bindings is available now in our branches master and master-l4t-r38.4.x. I'm planing to enable the Python bindings in onnx Please try it and let me know how it goes. Thanks to @pberginkonsult for his contributions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Wondering if there is a proven solution for using Pytorch with a meta-tegra based yocto image on jetpack6?
I'm using scarthgap(python3.12) and noticed that Jetpack6.2 does not yet have a distribution for pytorch here https://developer.download.nvidia.com/compute/redist/jp/
I've tried using the non-jetson-specific versions of torch and cuda is broken with that config.
python3 snippet:
Beta Was this translation helpful? Give feedback.
All reactions