jetson-inference-mem-tune
Installation
SKILL.md
Jetson Inference Memory Tuning
Recommends an inference runtime and the specific memory-related flags to pass to it, given the Jetson SKU/variant and the user's workload. Does not include quantization recipe selection — that lives in the model-benchmarking skill — but it does point at the precision floor each runtime can serve efficiently.
Purpose
Turn a live jetson-memory-audit snapshot into runtime and launch-flag recommendations for LLM/VLM serving on Jetson. Use this when the user needs to fit a model, reduce OOM risk, or switch to a lower-memory serving stack.
When to use
- "Which serving stack should I use on Orin Nano 8 GB to run a 7B model?"
- "vLLM is OOMing — what should
--gpu-memory-utilizationand--max-model-lenbe?" - "Same model, less memory — can I switch from vLLM to llama.cpp?"
- After
jetson-memory-auditshows a model server is the top NvMap / PSS consumer.