summaryrefslogtreecommitdiff
path: root/convert-llama-ggmlv3-to-gguf.py
AgeCommit message (Expand)Author
2023-08-31scripts: Use local gguf package when running from repo (#2927)Kerfuffle
2023-08-31convert : fix python 3.8 support, modernize type annotations (#2916)Cebtenzzre
2023-08-30convert : various script cleanups/fixes + merges and special token handling (...Kerfuffle
2023-08-23chmod : make scripts executable (#2675)Cebtenzzre
2023-08-23Fix ggml to gguf conversion on Windows (#2733)IgnacioFDM
2023-08-22Improve handling of special tokens in GGML to GGUF converter (#2725)Kerfuffle
2023-08-21Fix convert-llama-ggmlv3-to-gguf.py vocab conversion (#2698)Kerfuffle
2023-08-21gguf : new file format with flexible meta data (beta) (#2398)Georgi Gerganov