]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model : add openPangu-Embedded (#16941)
authorLi Pengzhan <redacted>
Wed, 5 Nov 2025 09:28:58 +0000 (17:28 +0800)
committerGitHub <redacted>
Wed, 5 Nov 2025 09:28:58 +0000 (10:28 +0100)
commit9f052478c2c38ec10cb378109b110a1f7033ce11
tree58f8a25b048eed1fe8b5ed91c146d750e5b935c4
parent03ea04175da3cdd7fd8cc1835f33490e3483928a
model : add openPangu-Embedded (#16941)

* Model: add openPangu-Embedded

* fixed according to reviewer's comments

* fixed the chat template check condition

* Apply suggestions from code review

change the chat-template check condition and some formatting issue

Co-authored-by: Sigbjørn Skjæret <redacted>
* whitespace cleanup

---------

Co-authored-by: Sigbjørn Skjæret <redacted>
convert_hf_to_gguf.py
gguf-py/gguf/constants.py
src/CMakeLists.txt
src/llama-arch.cpp
src/llama-arch.h
src/llama-chat.cpp
src/llama-chat.h
src/llama-model.cpp
src/models/models.h
src/models/pangu-embedded.cpp [new file with mode: 0644]