summaryrefslogtreecommitdiff
path: root/convert-baichuan-hf-to-gguf.py
AgeCommit message (Expand)Author
2023-11-11gguf-py: Refactor and allow reading/modifying existing GGUF files (#3981)Kerfuffle
2023-11-01llama : implement YaRN RoPE scaling (#2268)cebtenzzre
2023-10-23Fix baichuan convert script not detecing model (#3739)Galunid
2023-10-22llama : validate special token ids are in range when loading GGUF model (#3635)Kerfuffle
2023-10-20gguf : support big endian platform (#3552)Qin Yue Chen
2023-10-04convert : fix Baichuan2 models by using vocab size in config.json (#3299)Kerfuffle
2023-09-15convert : make ftype optional in simple scripts (#3185)Cebtenzzre
2023-09-14feature : support Baichuan serial models (#3009)jameswu2014