Replies: 3 comments 5 replies
-
I have a Jetson Orin Nano with WIS running on it. I'm conflicted about whether or not to include support for it in tree:
I'd be interested to hear more about your intended use case and feedback on my points above but we implement support for hardware and functionality with the long-term in mind. My concern is that WIS support with Jetson may work today but may not (for a variety of reasons) in the future... I was personally burned pretty badly with prior Jetson releases that Nvidia essentially gave up support for: using ancient base distributions (they STILL use Ubuntu 20.04) and generations old CUDA versions (latest Jetpack release includes CUDA 11.4, which is 13 months old already). Even for WIS today with the Jetson Orin Nano you need to upgrade docker and a couple of other system components. It's a mess. |
Beta Was this translation helpful? Give feedback.
-
Those are all good points. The main motivations for using the Jetson Orin Nano are (1) that I have one (2) it only draws 15W (3) its small and quiet and could fit in a self contained product and (4) I am a hardware designer so I'm intrigued by something that I could build a system around and also I like seeing how much I can get out of constrained systems 😄 That being said, I am pretty new to all of this and I have tried doing some ONNX Runtime optimizations for Whisper on the Jetson Orin Nano but haven't had much luck yet. For my use case of smart home automations I have plenty of room for an x86_64 machine with an Nvidia GPU. I am currently testing with a Quadro P4000 and it is working great (about 3-11x realtime) for relatively short recordings. |
Beta Was this translation helpful? Give feedback.
-
How about WIS on a NVIDIA Jetson AGX Orin 64GB Developer Kit. Does it have the same software issues? The kit has the latest NVIDIA Ampere GPU architecture. It is pricey at $2000. I did some more research and answered my own question. It looks like it might have the same issues. The NVIDIA Jetson Linux 35.4.1 is still based on Linux Kernel 5.10 and Ubuntu 20.04. It looks like it is still using CUDA 11.4. |
Beta Was this translation helpful? Give feedback.
-
Are there any plans for support the Nvidia Jetson hardware?
I am building a small home automation cluster using the Turing Pi 2 and have a Jetson Orin Nano that I would love to try this with.
Beta Was this translation helpful? Give feedback.
All reactions