summaryrefslogtreecommitdiff
path: root/convert-gptneox-hf-to-gguf.py
AgeCommit message (Expand)Author
2023-10-03Work on the BPE tokenizer (#3252)goerch
2023-10-02convert : fix vocab size when not defined in hparams (#3421)cebtenzzre
2023-09-15convert : make ftype optional in simple scripts (#3185)Cebtenzzre
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-29py : fix "usage" messages (#2873)maddes8cht
2023-08-23chmod : make scripts executable (#2675)Cebtenzzre
2023-08-21gguf : new file format with flexible meta data (beta) (#2398)Georgi Gerganov