Update dependency ggml-org/llama.cpp to v9536 - autoclosed#212
Closed
renovate[bot] wants to merge 1 commit into
Closed
Update dependency ggml-org/llama.cpp to v9536 - autoclosed#212renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
b9066→b9536Release Notes
ggml-org/llama.cpp (ggml-org/llama.cpp)
vb9536Compare Source
Details
opencl: improve get_rows, cpy, concat and q6_k flat gemv (#24160)
opencl: allow multiple workgroups for large rows
opencl: improve small cpy
opencl: packed concat for small input
opencl: tweak flat q6_K gemv, increase N_DST and remap threads
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
vb9535Compare Source
Details
common/chat : unify and fix LFM2/LFM2.5 tool parser (#24178)
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
vb9534Compare Source
Details
vulkan: add fwht support for Intel with shmem reduction (#23964)
vulkan: add fwht support for Intel with shmem reduction
don't use N as workgroup size
disable subgroup shuffle on MoltenVK AMD
disable fwht shader on Intel Windows due to driver bug
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
vb9533Compare Source
Details
model: fix build failed (#24193)
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
vb9531Compare Source
Details
TP: round up granularity to 128 (#24180)
TP: round up granularity to 128
remove assert
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
vb9530Compare Source
Details
cli: fix model params not propagated (#23893)
Fixes #23847
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
vb9529Compare Source
Details
model : fix llama_model::n_gpu_layers() (#24188)
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
vb9528Compare Source
Details
ui: run npm install when package-lock.json is newer than node_modules (#24171)
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
vb9524Compare Source
Details
minor : fix lint issues (#24165)
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
vb9523Compare Source
Details
hparams : refactor
hparams.n_layer(#24060)hparams : refactor hparams.n_layer
cont : remove
n_layer_kv(), use n_layer_all insteadcont : type consistency
pi : update SYSTEM.md
models : fix Step3.5 MTP
cont : remove duplicate switch cases
cont : explicitly set
falseto extra layers foris_swaandis_recrcont : fix nextn layer count handling
Co-authored-by: Sigbjørn Skjæret sigbjorn.skjaeret@scala.com
Co-authored-by: Sigbjørn Skjæret sigbjorn.skjaeret@scala.com
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
vb9522Compare Source
Details
kleidiai : dynamic chunck-based scheduling for hybrid execution (#23819)
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
vb9521Compare Source
Details
CUDA: enroll mul_mat_vec_q_moe into pdl (#24087)
Data collected on a B4500:
Before
After
Server launched with:
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
vb9519Compare Source
Details
sycl : port multi-column MMVQ from CUDA backend (#21845)
mmvq:
Port the ncols_dst optimization from ggml-cuda/mmvq.cu to SYCL.
Read weights once per dispatch instead of once per column.
Covers all standard quant types + reorder paths for Q4_0, Q8_0,
Q3_K, Q4_K, Q5_K, Q6_K. IQ types (except IQ4_XS) excluded due to
incompatible vec_dot signatures.
ggml-sycl:
The weight reorder was only bootstrapped on single-token mat-vec
(ne[1] == 1). Speculative / MTP verify issues only multi-column mat-vec,
so it never triggered the reorder and ran on the slower non-reorder
kernel. Bootstrap it on small multi-column batches (ne[1] <= 8) too.
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
vb9518Compare Source
Details
server : disable on-device spec checkpoints (#24108)
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
vb9515Compare Source
Details
Move duplicated imatrix code into single common imatrix-loader.cpp (#22445)
Deduplicate imatrix loading code
Add back LLAMA_TRACE, early exit on quantize missing metadata
macOS/iOS:
Linux:
Android:
Windows:
openEuler:
UI:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.