]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model : add hunyuan dense (#14878)
authorstevenkuang <redacted>
Fri, 1 Aug 2025 13:31:12 +0000 (21:31 +0800)
committerGitHub <redacted>
Fri, 1 Aug 2025 13:31:12 +0000 (15:31 +0200)
commit0f5ccd6fd1a1f709010312933db0316867cc30b6
tree51894ccf2159adc9e2c6f0d207fef7a3d1955a59
parent1c872f71fb8a25589efa3ee9b6bf8b517cb8caa4
model : add hunyuan dense (#14878)

* support hunyuan_v1_dense

Signed-off-by: stevenkuang <redacted>
* update hunyuan_moe to hunyuan_v1_moe

Signed-off-by: stevenkuang <redacted>
* fix rope alpha assert and bos token

Signed-off-by: stevenkuang <redacted>
* add blank line

Signed-off-by: stevenkuang <redacted>
* Revert "update hunyuan_moe to hunyuan_v1_moe"

This reverts commit aa973ca21913aba77f6e81a935270ef7be222e75.

* use hunyuan_dense instead of hunyuan_v1_dense

Signed-off-by: stevenkuang <redacted>
* fix hunyuan_moe chat template

Signed-off-by: stevenkuang <redacted>
* remove leftover code

Signed-off-by: stevenkuang <redacted>
* update hunyuan dense chat template

Signed-off-by: stevenkuang <redacted>
* fix hunyuan dense vocab and chat template

Signed-off-by: stevenkuang <redacted>
---------

Signed-off-by: stevenkuang <redacted>
convert_hf_to_gguf.py
convert_hf_to_gguf_update.py
gguf-py/gguf/constants.py
src/llama-arch.cpp
src/llama-arch.h
src/llama-chat.cpp
src/llama-chat.h
src/llama-model.cpp
src/llama-vocab.cpp
src/llama-vocab.h