Auto-generated vLLM deployment profiles from vllm-project/recipes. Published daily as a single JSON file for consumption by TokenVisor.
profiles/latest.json — a bundle of deployment profiles keyed by accelerator and HuggingFace model ID. Each profile entry contains strategy variants (Standard, Expert Parallel, Speculative Decoding) with pre-computed CLI args and env vars.
- Daily CI clones
vllm-project/recipesand runsgenerate/generate.py - The script parses every YAML recipe, resolves Docker image tags, applies overlays
- Output is published to GitHub Pages:
https://embeddedllm.github.io/TokenVisor-recipes/profiles/latest.json
git clone https://github.com/TokenVisor/TokenVisor-recipes
git clone https://github.com/vllm-project/recipes
cd TokenVisor-recipes
pip install pyyaml httpx
VLLM_RECIPES_DIR=../vllm-recipes python generate/generate.pyTokenVisor-specific overrides live in generate/overlays.yaml. The overlay key format:
<huggingface_id>— matches all profiles with this model<huggingface_id>@<accelerator>— matches only that specific accelerator
Overlay values merge on top of generated values. Use null to remove a generated field.
See the schema_version field in the output JSON (currently "1").