Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pqnet/llama.cpp

Tags

b5621

Toggle b5621's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rpc : nicer error messages for RPC server crash (ggml-org#14076)

b5620

Toggle b5620's commit message
sync : ggml

ggml-ci

b5618

Toggle b5618's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
metal : use less stack memory in FA kernel (ggml-org#14088)

* metal : use less stack memory in FA kernel

ggml-ci

* cont : fix BF16 variant

b5617

Toggle b5617's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
kv-cache : fix shift and defrag logic (ggml-org#14081)

* kv-cache : fix shift

ggml-ci

* cont : reset shift[i]

ggml-ci

* cont : fix defrag erasing cells that didn't move

ggml-ci

b5616

Toggle b5616's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
llama : allow building all tests on windows when not using shared libs (

ggml-org#13980)

* llama : allow building all tests on windows when not using shared libraries

* add static windows build to ci

* tests : enable debug logs for test-chat

---------

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

b5615

Toggle b5615's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ggml-cpu : split arch-specific implementations (ggml-org#13892)

* move ggml-cpu-aarch64 to repack

* split quantize_row_q8_0/1

* split helper functions

* split ggml_vec_dot_q4_0_q8_0

* split ggml_vec_dot_q4_1_q8_1

* split ggml_vec_dot_q5_0_q8_0

* split ggml_vec_dot_q5_1_q8_1

* split ggml_vec_dot_q8_0_q8_0

* split ggml_vec_dot_tq1_0_q8_K

* split ggml_vec_dot_tq2_0_q8_K

* split ggml_vec_dot_q2_K_q8_K

* split ggml_vec_dot_q3_K_q8_K

* split ggml_vec_dot_q4_K_q8_K

* split ggml_vec_dot_q5_K_q8_K

* split ggml_vec_dot_q6_K_q8_K

* split ggml_vec_dot_iq2_xxs_q8_K

* split ggml_vec_dot_iq2_xs_q8_K

* split ggml_vec_dot_iq2_s_q8_K

* split ggml_vec_dot_iq3_xxs_q8_K

* split ggml_vec_dot_iq3_s_q8_K

* split ggml_vec_dot_iq1_s_q8_K

* split ggml_vec_dot_iq1_m_q8_K

* split ggml_vec_dot_iq4_nl_q8_0

* split ggml_vec_dot_iq4_xs_q8_K

* fix typos

* fix missing prototypes

* rename ggml-cpu-quants.c

* rename ggml-cpu-traits

* rename arm folder

* move cpu-feats-x86.cpp

* rename ggml-cpu-hbm

* update arm detection macro in quants.c

* move iq quant tables

* split ggml_quantize_mat_q8_0/K

* split ggml_gemv_*

* split ggml_gemm_*

* rename namespace aarch64 to repack

* use weak aliases to replace test macros

* rename GGML_CPU_AARCH64 to GGML_CPU_REPACK

* rename more aarch64 to repack

* clean up rebase leftover

* fix compilation errors

* remove trailing spaces

* try to fix clang compilation errors

* try to fix clang compilation errors again

* try to fix clang compilation errors, 3rd attempt

* try to fix clang compilation errors, 4th attempt

* try to fix clang compilation errors, 5th attempt

* try to fix clang compilation errors, 6th attempt

* try to fix clang compilation errors, 7th attempt

* try to fix clang compilation errors, 8th attempt

* try to fix clang compilation errors, 9th attempt

* more cleanup

* fix compilation errors

* fix apple targets

* fix a typo in arm version of ggml_vec_dot_q4_K_q8_K

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

---------

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

b5614

Toggle b5614's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cuda : fix device sync on buffer clear (ggml-org#14033)

b5613

Toggle b5613's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
graph : fix geglu (ggml-org#14077)

ggml-ci

b5612

Toggle b5612's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CANN: Simplify the environment variable setting(ggml-org#13104)

* Simplify the environment variable setting to specify the memory pool type.

* Adjust the GGML_CANN_ASYNC_MODE setting to accept yes, enable, 1, or on (case-insensitive) as valid options.

* update

* fix CI

* update

* delete whitespace

* fix according to review

* update CANN.md

* update CANN.md

b5610

Toggle b5610's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
server : fix LRU check (ggml-org#14079)

ggml-ci