docs: make playground issue template model field a free-form input (#27827)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
zijiexia
2026-06-10 14:04:16 -07:00
committed by GitHub
co-authored by Claude Fable 5
parent 5fefe91289
commit 73d0989d9b
4 changed files with 11 additions and 8 deletions
+4 -1
View File
@@ -51,7 +51,10 @@ than restating.
- `dockerImages` covers the hw ids that have cells (else users hit the `:dev` fallback).
- `multiNodeHints` present ONLY for hw whose fabric needs manual NIC env (e.g. `gb200`
NVL72) — NOT every `multi-N` hw (standard-IB DeepEP / Marlin multi-node don't need it).
- `github.cookbookModel` matches the issue-template `model` dropdown value.
- `github.cookbookModel` is set to the model's HF id (`<hf-org>/<model-slug>`). The issue
template's `model` field is a free-form input prefilled from this value; if the config
omits the `github` block, the engine falls back to `deepseek-ai/deepseek-v4` and the
page's submissions get mislabeled.
- `playgroundFeatures` axes are pruned to what the model supports — no empty/stub axes
(the `moe` axis's MegaMoE backend option + `megamoeQuant` block only on Blackwell MoE,
gated by `requiresHw`; `hisparse` only DSA-style; `pdDisagg.router` only with a PD topology).