Add Model Dynamo

Checklist for onboarding a new LLM to the cpp_server inference backend so it serves through Dynamo — registering the model type, fetching tokenizer files, tokenizer static data (eos/stop/think tokens), and Dynamo discovery (reasoning + tool-call parsers, generation_config publishing). Use whenever a new model is being onboarded to cpp_server, a HuggingFace model is being wired into the Dynamo deploy, or a model "loads but generates wrong / isn't discoverable / isn't selectable".

tenstorrent Updated

File contents

tenstorrent/tt-inference-server/tree/main/tt-media-server/cpp_server/.claude/skills/add-model-dynamo commit d571b899cb

Frequently asked questions

npx skillmds@latest add tenstorrent/add-model-dynamo