What belongs in the catalog
Profiles for llama.cpp, vLLM, Ollama, and KoboldCpp. One TOML file per profile, with a clear hardware target and a short
rationale. Model-location parameters (--model, HF_HOME, etc.) are
excluded — llml supplies them at launch.
What a strong profile includes
- A name that reads as a setup, not a brand:
balanced-q4beatsmy-best-config. - Explicit
backend,hardware.class, and tested VRAM range. - A short
hardware.notesline with the actual machine you tested on. - Args as panel-row strings:
"--ctx-size 4096", not pre-split tokens.
Validation
PR flow
- Fork
flyingnobita/llml-profiles - Add your TOML under
profiles/<name>.toml - Run
npm run validatelocally - Open a PR with one paragraph about your machine