Releases: Gadflyii/llama.cpp
Releases · Gadflyii/llama.cpp
b6736
b6729
vocab : mark EOT token for Granite models (#16499) * vocab : mark EOT token for Granite models * sampling : fallback to EOS when EOT is not found
b6725
Merge pull request #9 from ggml-org/master Merge from upstream
b6708
Merge pull request #8 from ggml-org/master merge from upstream
b6700
llama : add --no-host to disable host buffers (#16310) * implement --no-host to disable host buffer * fix equal_mparams * move no-host enumeration order together with other model params --------- Co-authored-by: slaren <[email protected]>
b6647
implement --no-host to disable host buffer
b6646
common : remove common_has_curl() (#16351) `test-arg-parser.cpp` has been updated to work consistently, regardless of whether CURL or SSL support is available, and now always points to `ggml.ai`. The previous timeout test has been removed, but it can be added back by providing a dedicated URL under `ggml.ai`. Signed-off-by: Adrien Gallouët <[email protected]>
b6649
Merge branch 'ggml-org:master' into master