summaryrefslogtreecommitdiff
path: root/convert-refact-hf-to-gguf.py
AgeCommit message (Expand)Author
2023-10-23Update special token handling in conversion scripts for gpt2 derived tokenize...Galunid
2023-10-22llama : validate special token ids are in range when loading GGUF model (#3635)Kerfuffle
2023-10-09refact : fix convert script + zero out KV cache to avoid nans (#3523)Georgi Gerganov
2023-10-04llm : add Refact model (#3329)ds5t5