Back to Freedom.Tech Back
All llama.cpp releasesAll versions
Release Wed, Jul 8, 2026 1 min read

llama.cpp b9910

Original release notes

server : fix draft model fit vs load inconsistency (#25056)

  • fix: draft model fit vs load inconsistency
  • refactor(server): unify draft/mtp parameter initialization, model, and context load
  • moves speculative init to speculative.cpp
  • changes server_context_impl model_dft and ctx_dft to use raw pointers
  • fix: don't throttle progress callback when loading draft model
  • refactor: rename draft model/ctx load method
  • fix: valign

UI: