summaryrefslogtreecommitdiff
path: root/examples/make-ggml.py
AgeCommit message (Collapse)Author
2023-09-27make-ggml.py : compatibility with more models and GGUF (#3290)Richard Roberson
* Resync my fork with new llama.cpp commits * examples : rename to use dash instead of underscore * New model conversions --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
2023-08-23chmod : make scripts executable (#2675)Cebtenzzre
2023-07-21examples : add easy python script to create quantized (k-bit support) GGML ↵Richard Roberson
models from local HF Transformer models (#2311) * Resync my fork with new llama.cpp commits * examples : rename to use dash instead of underscore --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>