Hi @858514558, Nemo isn’t formally supported on Jetson and there may be some patching required to get it to build. YMMV, but you can see some Dockerfiles and pre-built container images I have for it here:
I am trying to use llamaspeak (https://github.com/dusty-nv/jetson-containers/tree/master/packages/llm/llamaspeak). I want to use Riva for Chinese ASR (Automatic Speech Recognition) and TTS (Text-to-Speech) functionalities. After changing the language configuration, ASR is working fine, but there is no corresponding Chinese model for TTS. I found a tutorial that suggests using “nemo2riva” to convert a Mandarin model into a Riva model. So I started installing Nemo and encountered the aforementioned problem. In fact, my original requirement was simply to find a Chinese model that is compatible with Riva.
If my nemo-for-JetPack container doesn’t work with it, then converting the models you could probably best attempt on an x86 machine somewhere using NGC nemo or riva container, and then download the converted model to your Jetson.
Also, the LLM you use would also need to be trained in Mandarin, or otherwise using En<->Zh translation.