Files
llama.cpp/src
Aman Gupta 4e732e0a6c llama: allow partial seq_rm for GDN models for speculative decoding
Currently speculative checkpoint needs to restart from a checkpoint
after some draft tokens are not accepted, this leads to some wastage in
running the target again. This PR adds the ability to rollback upto
`draft_max` by storing the GDN intermediates.
2026-05-14 11:32:23 +08:00
..
2026-05-13 14:25:13 +08:00
2026-05-13 14:25:13 +08:00
2026-05-13 14:25:34 +08:00
2026-05-13 14:25:13 +08:00
2026-05-13 14:25:13 +08:00
2026-05-13 14:25:34 +08:00
2026-05-13 14:25:13 +08:00
2026-05-13 14:25:13 +08:00
2026-04-03 10:33:03 +02:00