Skip to content

Tags: martindale/llama.cpp

Tags

master-f9a6364

Toggle master-f9a6364's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
llama : require first token to be BOS (ggml-org#1303)

* llama : require first token to be BOS

* scripts : add ppl-run-all.sh

* perplexity : add BOS for each chunk

* readme : update perplexity values after BOS fix

* perplexity : add clarifying comments

master-003ba2f

Toggle master-003ba2f's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
llama : fix hparams shadow (ggml-org#1367)

fixes ggml-org#1363

master-1f48b0a

Toggle master-1f48b0a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Documented CUDA reproducibility, added warning (ggml-org#1346)

master-e129551

Toggle master-e129551's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CI: add Windows CLBlast and OpenBLAS builds (ggml-org#1277)

* Add OpenCL and CLBlast support

* Add OpenBLAS support

* Remove testing from matrix

* change build name to 'clblast'

master-1b0fd45

Toggle master-1b0fd45's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ggml : Allow usage of CLBlast alongside Accelerate.framework (ggml-or…

…g#1336)

Minor edit in ggml.c which originally would prevent OpenCL from loading completely if GGML_USE_ACCELERATE was defined.
Minor speedup in prompt eval time.

master-3924088

Toggle master-3924088's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove default arguments from sampling functions (ggml-org#1343)

master-a3b85b2

Toggle master-a3b85b2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci : add cublas to windows release (ggml-org#1271)

master-173d0e6

Toggle master-173d0e6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
makefile: automatic Arch Linux detection (ggml-org#1332)

This commit is a port of a detection method used in koboldcpp's Makefile in order to automatically set the -lcblas option on Arch Linux

master-2d13786

Toggle master-2d13786's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for OpenCL / clbast builds on macOS. (ggml-org#1329)

master-f647ce0

Toggle master-f647ce0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix ggml-org#1224 reverse prompt and multi line (ggml-org#1297)

* fix reverse prompt and multi line

* Code Formatting

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

---------

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