Views
No views yet
[!WARNING] Research preview. It performs the style of reasoning, but the content is unreliable. This ~8B-ish model (aggressively pruned + LoRA-distilled) produces convincing chain-of-thought —<think>blocks, "let me think carefully", "but wait", multi-step hedging — but it routinely confabulates: it hallucinates numbers, misreads problems, and reaches wrong answers while sounding careful. Do not trust its outputs. Not evaluated for coherence, factuality, or alignment/safety. For research and curiosity only. Unofficial; not affiliated with Thinking Machines or NVIDIA.
thinkingmachines/Inkling-Small
(a 256-routed-expert MoE) by:ianncity/KIMI-K2.5-1000000x
and nvidia/Nemotron-Cascade-2-SFT-Data.User:/Assistant: format)User: A store has 15 apples and sells 8. How many are left?
Assistant: <think>
There is a simple arithmetic problem to find the number of remaining apples.
The store currently holds **15** apples. It plans to sell **8** apples from its inventory.
So we need to calculate: ...danielhanchen/llama.cpp, branch add-inkling), then:1# CPU only: Metal offload is buggy in the PR build; -ngl 0 works (~14 tok/s)
2llama-cli -m inkling-tiny-reasoning-v1-Q4_K_M.gguf -no-cnv -st -ngl 0 --temp 0 \
3 -p $'User: If a train travels 60 mph for 2 hours, how far does it go?\n\nAssistant:'-Q4_K_M.gguf (~8 GB, fits 16 GB) and -Q8_0.gguf (~14 GB).<think>. (Opposite of a concise chat model.)adapter/adapters.safetensors is the reasoning LoRA (rank 16, scale 2). Apply it over the 4-bit MLX
base inkling-mlx-k8 (from cebopp1/inkling-tiny-preview)
using the bundled inkling_mlx/ runtime + run.py. Requires mlx mlx-lm transformers numpy.User:/Assistant:, needs the rep penalty above.thinkingmachines/Inkling-Small: Apache-2.0.inkling_mlx/) — from mlx-community/Inkling-Small-mlx: Apache-2.0 (one-line moe.py stop_gradient change for trainability).ianncity/KIMI-K2.5-1000000x: Apache-2.0.nvidia/Nemotron-Cascade-2-SFT-Data: NVIDIA Open Model License — because this model was trained partly on that data, the NVIDIA Open Model License terms attach to it (hence this repo's license: other).