The llama.cpp project released version b10212, which includes a change to load Multi-Token Prediction (MTP) tensors only if they are actually used. This update ensures that MTP tensors are skipped during loading for remaining models that support the feature but do not require it.
- Load MTP tensors conditionally based on usage.
- Skip loading MTP in supported models where it is not needed.
This optimization reduces unnecessary memory overhead for models that do not utilize Multi-Token Prediction.