jetson-backups/sudonim
NIMs powershell for launching local AI microservices and open-stack model templates
sudonim
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.
Inference APIs
See https://jetson-ai-lab.com/models.html to use this tool in practice.
Install
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/sudonimThat 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