]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : add phi3 support (#6852)
authorliuwei-git <redacted>
Wed, 24 Apr 2024 07:00:37 +0000 (15:00 +0800)
committerGitHub <redacted>
Wed, 24 Apr 2024 07:00:37 +0000 (10:00 +0300)
commitc8297c6af5693555652c40b95974b95d49d2674d
tree403d5e80233b90b3a03a7283c297c679400ccf6a
parent4e96a812b3ce7322a29a3008db2ed73d9087b176
llama : add phi3 support (#6852)

* add explicit phi3 support

* add explicit phi3 support

* remove unused code

* convert : add BOS token

* llama : match EOT token <|end|>

* llama : minor / style

* llama : tabs -> spaces

* convert : fix lint checks

---------

Co-authored-by: Georgi Gerganov <redacted>
convert-hf-to-gguf.py
gguf-py/gguf/constants.py
gguf-py/gguf/tensor_mapping.py
llama.cpp