Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-28 | ggml : introduce structs for the q4 data blocks (#356) | Stephan Walter | |
* Introduce structs for the q4 data blocks * ggml : rename quant struct variables + fix ARM_NEON --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> | |||
2023-03-27 | Fix missing ggml link in cmake for examples/* on w64-mingw32 (#542) | Marco Matthies | |
2023-03-25 | Overhaul the examples structure | Georgi Gerganov | |
- main -> examples - utils -> examples (renamed to "common") - quantize -> examples - separate tools for "perplexity" and "embedding" Hope I didn't break something ! |