Views
No views yet
TQ3_1S weight type, so it needs the TurboQuant llama.cpp fork rather than stock llama.cpp:1git clone https://github.com/TheTom/llama-cpp-turboquant
2cd llama-cpp-turboquant # default branch is what you want
3cmake -B build -DGGML_CUDA=ON # or -DGGML_METAL=ON on a Mac
4cmake --build build -jfeature/turboquant-kv-cache): loads and generates correctly on both Metal and CUDA.| Tensor group | Type | bpw |
|---|---|---|
| Expert gate/up (all layers) | Q2_0 | 2.25 |
| Expert down, attention, indexer, compressor | TQ3_1S (WHT-rotated) | 4.0 |
| Token embeddings | q8_0 | 8.5 |
| Output head | q6_K | 6.6 |
| Router gates, mHC mixing, APE, norms, sinks | f32/bf16 | — |
| Size | |
|---|---|
| FP8/FP4 source | 167 GB |
| BF16 equivalent | ~570 GB |
| Config-I hybrid (2.88 bpw) | 95 GiB (102 GB), 3 split files ≤45 GB |
</think> content stream can degenerate into repetition while the correct answer sits intact in the reasoning block — parse reasoning_content when serving with reasoning enabled (observed under greedy decoding; official sampling mitigates).1TQ_NO_ROTATE=1 ./build/bin/llama-cli -m DeepSeek-V4-Flash-0731-ConfigI-00001-of-00003.gguf \
2 -ngl 99 -c 8192 --temp 1.0 --top-p 0.95 -p "your prompt" -st < /dev/null