Skip to content

Releases: strutive07/llama.cpp

b1700

26 Dec 10:32
a206137
Compare
Choose a tag to compare
Adding Emeltal reference to UI list (#4629)

b1638

14 Dec 12:58
20a68a7
Compare
Choose a tag to compare
ggml : add ggml_row_size() (fixes llama out of space) (#4461)

* Fixes "Not enough space in the context's memory pool" encountered on certain models, which seems to be caused by some imprecision related to the automatic casting of floating point values

* do not cast to size_t, instead just use doubles

* ggml : add ggml_row_size(), deprecate ggml_type_sizef()

* ggml : fix row size compute to avoid overflows

* tests : fix sizey -> sizez

---------

Co-authored-by: Georgi Gerganov <[email protected]>

b1550

22 Nov 11:12
8e672ef
Compare
Choose a tag to compare
stablelm : simplify + speedup generation (#4153)