Sources & method
how this monorepo stays honest
home
Inkling
Kimi K3
compare
study path
sources
MSc
Rules
- Primary sources only for numbers — Hub config, official model cards, blogs, platform docs, papers.
- derived/ is generated from
reference/ — re-run make check, do not invent SPECs.
- Unknown stays unknown — e.g. K3 active params marked undisclosed until the tech report.
- Secondary blogs may appear as background, never as sole authority for architecture claims.
Inkling primaries (vendored)
- Hub: thinkingmachines/Inkling —
config.json, model card, chat template
- transformers:
src/transformers/models/inkling/* (modular + modeling)
- Local path:
studies/models/inkling/reference/
Kimi K3 primaries (vendored)
Tooling contract
python3 studies/run.py test
# → validate each package against summary/facts
# → rebuild monorepo dashboard
# → enforce package layout contract
Full handbooks live in the
dataset
and private
GitHub monorepo.