Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-22 | Add missing header for memcpy (#386) | Yusuf Kağan Hanoğlu | |
fixed: memcpy is not defined | |||
2023-03-22 | Init llama_context_params properly from CLI (#370) | Georgi Gerganov | |
2023-03-22 | Introduce C-style API (#370) | Georgi Gerganov | |
* Major refactoring - introduce C-style API * Clean up * Add <cassert> * Add <iterator> * Add <algorithm> .... * Fix timing reporting and accumulation * Measure eval time only for single-token calls * Change llama_tokenize return meaning |