]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model: Add support for PhiMoE arch (#11003)
authorPierrick Hymbert <redacted>
Thu, 9 Jan 2025 10:21:41 +0000 (11:21 +0100)
committerGitHub <redacted>
Thu, 9 Jan 2025 10:21:41 +0000 (11:21 +0100)
commitf8feb4b01af374ad2fce302fd5790529c615710b
tree4a96be7968bc9dca04c6e9e809252784328e543f
parentbe0e950c91cde2d8488ae32162b549d7023482f0
model: Add support for PhiMoE arch (#11003)

* model: support phimoe

* python linter

* doc: minor

Co-authored-by: ThiloteE <redacted>
* doc: minor

Co-authored-by: ThiloteE <redacted>
* doc: add phimoe as supported model

ggml-ci

---------

Co-authored-by: ThiloteE <redacted>
README.md
convert_hf_to_gguf.py
docs/development/HOWTO-add-model.md
gguf-py/gguf/constants.py
gguf-py/gguf/tensor_mapping.py
src/llama-arch.cpp
src/llama-arch.h
src/llama-model.cpp
src/llama-model.h
src/llama.cpp