Views
No views yet

[!NOTE] These GGUFs are self-quantized from the original weights, not a repack. The importance matrix keeps low-bit quants closer to the full-precision model.
[!IMPORTANT] Always pass--jinjaso the Inkling chat template is applied. Without it the model can emit malformed turns.
| Property | Value |
|---|---|
| Base model | thinkingmachines/Inkling |
| Parameters | 952.4B |
| Layers | 66 |
| Experts | 256 routed (top-6) |
| Context length | not stated |
| Vocabulary | 201,024 |
| Modalities | Text, Image, Audio in the base model; text only in this repo, it ships no vision projector |
| Architecture | Mixture-of-Experts, 256 experts (top-6), 64 attention heads over 8 KV heads, InklingForConditionalGeneration |
| This repo | GGUF quants (imatrix); the importance matrix is published here as imatrix/imatrix-code-at_128.gguf |

thinkingmachines/Inkling, not our own measurements. Quantization preserves the large majority of this; Q4_K_M and up stay close to full precision.AtomicChat/Inkling-GGUF, pick a quant, hit Use this model.llama-server -hf AtomicChat/Inkling-GGUF:None --jinja -c 8192ollama run hf.co/AtomicChat/Inkling-GGUF:None| Parameter | Value |
|---|---|
| sampling defaults | not stated |
1git clone https://github.com/ggml-org/llama.cpp
2cmake llama.cpp -B llama.cpp/build -DBUILD_SHARED_LIBS=OFF -DGGML_CUDA=ON
3cmake --build llama.cpp/build --config Release -j --target llama-cli llama-server1./llama.cpp/build/bin/llama-server \
2 -hf AtomicChat/Inkling-GGUF:None \
3 --jinja -ngl 99 -c 8192 -fa onthinkingmachines/Inkling (original weights).imatrix/imatrix-code-at_128.gguf.--imatrix.