Jetson (JetPack 6 / L4T R36)
The Orin rows in benchmarks.md were measured with this setup. JetPack’s Python environment has three traps that all present as a broken install. This page is the path around them.
The generic PyPI wheel does not run on Jetson. The community index only carries builds for its own library stack. Use NVIDIA’s JetPack wheel:
python3 -m venv .venv.venv/bin/pip install "loudkit[audio]".venv/bin/pip install \ https://developer.download.nvidia.com/compute/redist/jp/v61/pytorch/torch-2.5.0a0+872d972e41.nv24.08.17622132-cp310-cp310-linux_aarch64.whl.venv/bin/pip install "numpy<2" # the NVIDIA wheel is compiled against 1.xLibraries the wheel needs but JetPack does not ship
Section titled “Libraries the wheel needs but JetPack does not ship”libcusparseLt is not in L4T. Fetch NVIDIA’s aarch64 archive once:
mkdir -p ~/libs && cd ~/libscurl -sL -o cslt.tar.xz https://developer.download.nvidia.com/compute/cusparselt/redist/libcusparse_lt/linux-sbsa/libcusparse_lt-linux-sbsa-0.6.3.2-archive.tar.xztar xf cslt.tar.xz && cp libcusparse_lt-*/lib/libcusparseLt.so* .Every run needs CUPTI and the CUDA libraries on the loader path:
export LD_LIBRARY_PATH=$HOME/libs:/usr/local/cuda-12.6/lib64:/usr/local/cuda-12.6/extras/CUPTI/lib64:$LD_LIBRARY_PATHWhat to expect (Orin Nano Super, 25 W)
Section titled “What to expect (Orin Nano Super, 25 W)”--cuda-graphs is the difference between below and above real time: 0.66x to
1.85x streaming with loudr-1 and 1.33x to 2.50x with loudr-1-turbo, both
measured on 0.1.1 (2026-09-06, the third benchmark passage). First audio arrives after
2.7 s with loudr-1 and 2.0 s with turbo under graphs.
ChunkConfig.first_chunk_max_tokens = 96 took the 0.1.0 first audio from 3.1 s
to 2.55 s. The
remainder is genuine vocoder compute at this power budget, not overhead: a
captured-graph vocoder was tried and measured neutral here. Pinning clocks
(sudo jetson_clocks) is the remaining free lever.
A little feedback helps us build.
With your permission, Google Analytics helps us understand which pages and features people use. Analytics is optional. We never send your voice recordings or prompt contents.
What gets measured?
Page visits and basic interactions, such as playing a sample, copying the setup prompt and opening a setup link. Google receives technical information such as your browser and IP address. We do not enable advertising features. Your cookie choice is saved on this device for six months; you can change it here anytime.
