llama.cpp
f8feb4b0 - model: Add support for PhiMoE arch (#11003)

Commit
131 days ago
model: Add support for PhiMoE arch (#11003) * model: support phimoe * python linter * doc: minor Co-authored-by: ThiloteE <73715071+ThiloteE@users.noreply.github.com> * doc: minor Co-authored-by: ThiloteE <73715071+ThiloteE@users.noreply.github.com> * doc: add phimoe as supported model ggml-ci --------- Co-authored-by: ThiloteE <73715071+ThiloteE@users.noreply.github.com>
Author
Parents
  • File
    README.md
  • File
    convert_hf_to_gguf.py
  • docs/development
    • File
      HOWTO-add-model.md
  • gguf-py/gguf
    • File
      constants.py
    • File
      tensor_mapping.py
  • src
    • File
      llama-arch.cpp
    • File
      llama-arch.h
    • File
      llama-model.cpp
    • File
      llama-model.h
    • File
      llama.cpp