Skip to content

Tags: k2052/llama.cpp

Tags

master-3525899

Toggle master-3525899's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable -std= for cmake builds, fix warnings (ggml-org#598)

master-02c5b27

Toggle master-02c5b27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add AVX acceleration (ggml-org#617)

* ggml : add AVX quantize_row_q4_0()

* ggml : add AVX ggml_vec_dot_q4_0()

* ggml : refactor AVX part of ggml_vec_dot_q4_0()

ggml-org#617 (comment)

master-1d08882

Toggle master-1d08882's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Optimize AVX2 ggml_vec_dot_q4_0 (ggml-org#642)

master-ee0c40d

Toggle master-ee0c40d's commit message
Introduce GGML migration tool for new file format

If you deleted your old Meta LLaMA .pth files, then the
migrate-ggml-2023-03-30-pr613.py script will allow you to convert your
old ggml files into the new mmap()'able format.

See ggml-org#613

master-ed3c680

Toggle master-ed3c680's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix GGML_F32Cx8_STORE in AVX without F16C path (ggml-org#619)

master-a4755cf

Toggle master-a4755cf's commit message

Verified

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

* It seems some new warning were added recently that exposed this.  I wrote the code that included this unused variable originally and it is indeed not needed.

master-77efdf5

Toggle master-77efdf5's commit message

Verified

This commit was signed with the committer’s verified signature.
ggerganov Georgi Gerganov
ggml : fix NEON signs (close ggml-org#620, ggml-org#622)

master-3bcc129

Toggle master-3bcc129's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmake : properly invoke CTest (ggml-org#629)

master-1f0414f

Toggle master-1f0414f's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
make : fix darwin f16c flags check (ggml-org#615)

...there was no check.  ported upstream from zanussbaum#2 (I dont see any clean path for upstream patches)

master-f202ada

Toggle master-f202ada's commit message

Verified

This commit was signed with the committer’s verified signature.
ggerganov Georgi Gerganov
ggml : add ARM_NEON quantize_row_q4_1()