Variants
Fastest path to train
Inkling needs 16 nodes of 4× GB300 and theradixark/miles:inkling image:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Miles recipes for Thinking Machines Lab models — Inkling (975 B), a multimodal MoE with short convolution, relative attention, and a shared-expert sink.
| Model | Active / Total | Layers | HF ID | Recipe |
|---|---|---|---|---|
| Inkling | 41 B / 975 B | 66 | thinkingmachines/Inkling | Inkling |
| Inkling-Small | 12 B / 276 B | 42 | thinkingmachines/Inkling-Small | Inkling-Small |
radixark/miles:inkling image:
cd /root/miles
python scripts/run_inkling.py train \
--model-name Inkling --train-mode full --task dapo_math \
--num-nodes 16 --num-gpus-per-node 4
