]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : add support for NVIDIA Nemotron 3 Nano (#18058)
authorDaniel Bevenius <redacted>
Tue, 16 Dec 2025 06:19:26 +0000 (07:19 +0100)
committerGitHub <redacted>
Tue, 16 Dec 2025 06:19:26 +0000 (07:19 +0100)
commit2995341730f18deb64faa4538bda113328fd791f
treeb440ac44b78b96399fa1746c979dd27d3cf5fe2d
parent40d9c394f4523bd5f214e6ea536655c1e9a83672
llama : add support for NVIDIA Nemotron 3 Nano (#18058)

* llama : add support for NVIDIA Nemotron Nano 3

This commit adds support for the NVIDIA Nemotron Nano 3 model, enabling
the conversion and running of this model.

Co-authored-by: Georgi Gerganov <redacted>
convert_hf_to_gguf.py
gguf-py/gguf/constants.py
gguf-py/gguf/tensor_mapping.py
src/llama-arch.cpp
src/llama-arch.h
src/llama-graph.cpp
src/llama-model.cpp
src/llama-model.h
src/models/nemotron-h.cpp