]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model: add MTP support for Nemotron model (#26725)
authorRuixiang Wang <redacted>
Mon, 10 Aug 2026 08:25:24 +0000 (10:25 +0200)
committerGitHub <redacted>
Mon, 10 Aug 2026 08:25:24 +0000 (11:25 +0300)
commit7a20b417f4526cae073bd997af5020cea3e7ccbe
tree1c3b8b7626fbf7bb86e6cad65094eb16a2d211f0
parente23e9440eb0c625c30d6c40266e9335071a4debc
model: add MTP support for Nemotron model (#26725)

* model: add MTP support for Nemotron Nano model

* model: add mtp_flags for nemotron model

* address review comments
conversion/nemotron.py
gguf-py/gguf/constants.py
src/llama-model.cpp
src/models/models.h
src/models/nemotron-h-moe.cpp
src/models/nemotron-h.cpp