Releases: NawafAlansari/llama.cpp
Releases · NawafAlansari/llama.cpp
b3631
b2971
SimpleChat: a simple and dumb web front end for testing /chat/complet…
b2569
[SYCL] Revisited & updated SYCL build documentation (#6141) * Revisited & updated SYCL build documentation * removed outdated comment * Addressed PR comments * Trimed white spaces * added new end line
b2203
examples : support minItems/maxItems in JSON grammar converter (#5039) * support minLength and maxLength in JSON schema grammar converter * Update examples/json-schema-to-grammar.py --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
b2186
build : pass all warning flags to nvcc via -Xcompiler (#5570) * build : pass all warning flags to nvcc via -Xcompiler * make : fix apparent mis-merge from #3952 * make : fix incorrect GF_CC_VER for CUDA host compiler
b2094
Add Ava in the list of llama.cpp UIs (#4362)
b1963
nix-shell: use addToSearchPath thx to @SomeoneSerge for the suggestion!
b1761
train : fix typo in overlapping-samples help msg (#4758) This commit fixes a typo in the help message for the --overlapping-samples option. Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>