Jarvis: Triton server died before reaching ready state. Terminating Jarvis startup

Hi @benjamin.vollmers
It seems Jarvis model repository (stored in Docker volume jarvis-model-repo ) still has all the models so Triton tries to load them.
I would recommend to remove the Docker volume with docker volume rm jarvis-model-repo and then rerun jarvis_init.sh and jarvis_start.sh with the config.sh (with only the punctuator model enabled)

Thanks