Skip to content

Tags: maximegmd/llama.cpp

Tags

master-ee96541

Toggle master-ee96541's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes ggml-org#1511 lambda issue for w64devkit (mingw) (ggml-org#1513)

* Fix for w64devkit and mingw

master-5ea4339

Toggle master-5ea4339's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
make kv_f16 the default for api users (ggml-org#1517)

master-dc271c5

Toggle master-dc271c5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove unused n_parts parameter (ggml-org#1509)

master-c238b58

Toggle master-c238b58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
benchmark-matmul: Print the average of the test results (ggml-org#1490)

master-9560655

Toggle master-9560655's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
define default model path once, sync path with readme (ggml-org#1366)

master-4262742

Toggle master-4262742's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
~7% faster Q5_1 AVX2 code (ggml-org#1477)

master-2a5ee02

Toggle master-2a5ee02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add alternate include path for openblas (ggml-org#1476)

In some linux distributions (fedora, for example), the include path for openblas is located at '/usr/local/include'

master-63d2046

Toggle master-63d2046's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix get_num_physical_cores() (ggml-org#1436)

* fix get_num_physical_cores()
had been broken on complex topologies because "cpu cores" in /proc/cpuinfo is per-"physical id"

* Add spaces to maintain consistent formatting

---------

Co-authored-by: slaren <[email protected]>

master-b5c9295

Toggle master-b5c9295's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
benchmark-matmul: fix clang-tidy issues, report results in GFLOPS (gg…

…ml-org#1458)

* benchmark-matmul: fix command line parsing, replace macros with functions, report results in GFLOPS

master-601a033

Toggle master-601a033's commit message

Verified

This commit was signed with the committer’s verified signature.
ggerganov Georgi Gerganov
ggml : add GGML_QNT_VERSION to track quantization format changes

ggml-org/ggml#150 (comment)