Files
llama.cpp/gguf-py/gguf
Millaguie 985b0ecba2 gguf-py : add DT3
Registers the type id, file type and block size, and implements numpy
dequantization (verified bit-exact against the C implementation with
gguf-py/tests/test_quants.py, including random byte payloads).

Quantization is intentionally left unimplemented, like the K-quants:
DT3 planes come from an external solver (PTQTP) and are packed
directly, so a from-float numpy path would only invite quantizing
models with the wrong algorithm.
2026-08-10 23:33:14 +02:00
..
2026-08-10 23:33:14 +02:00
2026-08-10 23:33:14 +02:00