Local AI microservice launcher and docker-compose generator for deploying containerized genAI models and tools. It provides additional automation for jetson-containers
and jetson-ai-lab
to manage model downloads, quantization, and serving of OpenAI-compatible endpoints with optimized inference.
See https://jetson-ai-lab.com/models.html to use this tool in practice.
Manual installation isn't typically necessary at this point in time, as normally sudonim
is invoked from docker and already setup inside relevant container images. In jetson-containers it gets installed like this:
git clone https://github.com/dusty-nv/sudonim /opt/sudonim
pip install -e /opt/sudonim
That is so the sources are retained and mountable in a known location for development purposes. Otherwise you can use the one-liner:
pip install git+https://github.com/dusty-nv/sudonim