]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : add EXAONE model support (#9025)
authorMinsoo Cheong <redacted>
Fri, 16 Aug 2024 06:35:18 +0000 (15:35 +0900)
committerGitHub <redacted>
Fri, 16 Aug 2024 06:35:18 +0000 (09:35 +0300)
commitc679e0cb5c378bfb63643c44a453345ba8b90126
tree391c778f10b7058b7f5512d3cb9fa086a9b5bfc7
parentfb487bb5671b37267f35ff43fe8849ddccd925cd
llama : add EXAONE model support (#9025)

* add exaone model support

* add chat template

* fix whitespace

Co-authored-by: Georgi Gerganov <redacted>
* add ftype

* add exaone pre-tokenizer in `llama-vocab.cpp`

Co-Authored-By: compilade <redacted>
* fix lint

Co-Authored-By: compilade <redacted>
* add `EXAONE` to supported models in `README.md`

* fix space

Co-authored-by: compilade <redacted>
---------

Co-authored-by: Georgi Gerganov <redacted>
Co-authored-by: compilade <redacted>
Co-authored-by: compilade <redacted>
README.md
convert_hf_to_gguf.py
convert_hf_to_gguf_update.py
gguf-py/gguf/constants.py
gguf-py/gguf/tensor_mapping.py
include/llama.h
src/llama-vocab.cpp
src/llama.cpp