summaryrefslogtreecommitdiff
path: root/convert-llama-ggml-to-gguf.py
AgeCommit message (Expand)Author
2024-05-03convert.py : add python logging instead of print() (#6511)Brian
2024-04-29llama : fix BPE pre-tokenization (#6920)Georgi Gerganov
2024-03-02convert : automatically fall back to HfVocab if tokenizer.model doesn't exist...Jared Van Bortel
2024-01-20convert : partially revert PR #4818 (#5041)Jared Van Bortel
2023-11-20ci : add flake8 to github actions (python linting) (#4129)Galunid
2023-11-17py : remove superfluous import statements (#4076)Jiří Podivín
2023-11-11gguf-py: Refactor and allow reading/modifying existing GGUF files (#3981)Kerfuffle
2023-10-22llama : validate special token ids are in range when loading GGUF model (#3635)Kerfuffle
2023-09-06convert-llama-ggml-to-gguf: Try to handle files older than GGJTv3 (#3023)Kerfuffle