ik_llama_opt/gguf-py/gguf
Samuel Oliveira Alves 28fbe34ce9
Dflash 2 speculative decoding (#2345)
* Add DFlash2 speculative decoding support

* Fix DFlash2 requantized output selection

* Fix legacy DFlash output row contract

* return llm_build_norm to apply also for dflash 2

* Fix DFlash2 GGUF conversion

* capture dflash states in any type

* remove duplicated layer_rows_raw
2026-08-26 17:09:34 +02:00
..
__init__.py
constants.py Dflash 2 speculative decoding (#2345) 2026-08-26 17:09:34 +02:00
gguf.py
gguf_reader.py
gguf_writer.py Dflash 2 speculative decoding (#2345) 2026-08-26 17:09:34 +02:00
lazy.py
metadata.py
py.typed
quants.py
tensor_mapping.py Dflash 2 speculative decoding (#2345) 2026-08-26 17:09:34 +02:00
utility.py
vocab.py model: add Cohere2-MoE North Mini Code support (#1945) 2026-06-10 15:28:27 +02:00