Commit 327c1ac
committed
Merge branch 'master' of github.com:tekintian/llama.cpp into diy
* 'master' of github.com:tekintian/llama.cpp: (659 commits)
ggml-webgpu: Improve performance of mat-vec and mat-mat for MUL_MAT_ID (ggml-org#22464)
Update llama-mmap to use ftello/fseeko (ggml-org#22497)
common : check for null getpwuid in hf-cache (ggml-org#22550)
vulkan: add get/set tensor 2d functions (ggml-org#22514)
spec: fix argument typo (ggml-org#22552)
ci : bump ty to 0.0.33 (ggml-org#22535)
vendor : update cpp-httplib to 0.43.2 (ggml-org#22548)
CUDA: fix tile FA kernel on Pascal (ggml-org#22541)
scripts : add wc2wt.sh - create worktree from current HEAD (ggml-org#22513)
add fast matmul iquants (ggml-org#22504)
spec : fix draft model checkpoints (ggml-org#22521)
spec : fix vocab compat checks in spec example (ggml-org#22426)
common : do not pass prompt tokens to reasoning budget sampler (ggml-org#22488)
hexagon: make vmem and buffer-size configurable (ggml-org#22487)
CUDA: fuse SSM_CONV + ADD(bias) + SILU (ggml-org#22478)
spec : disacard last drafted token with low prob (ggml-org#22506)
sync : ggml
ggml : bump version to 0.10.1 (ggml/1469)
webui: fix slow mic stop and WAV encode (ggml-org#22480)
ggml-cpu : disable tiled matmul on AIX to fix page boundary segfault (ggml-org#22293)
...
# Conflicts:
# .gitignore1,156 files changed
Lines changed: 165092 additions & 74801 deletions
File tree
- .devops
- nix
- .github
- ISSUE_TEMPLATE
- actions/linux-setup-openvino
- workflows
- .pi/gg
- benches/nemotron
- ci
- cmake
- common
- jinja
- docs
- backend
- snapdragon
- development
- ops
- examples
- batched
- convert-llama2c-to-ggml
- debug
- diffusion
- embedding
- eval-callback
- gen-docs
- idle
- llama.android/lib/src/main/cpp
- lookahead
- lookup
- model-conversion/scripts
- causal
- embedding
- utils
- parallel
- passkey
- retrieval
- save-load-state
- speculative-simple
- speculative
- sycl
- training
- ggml
- cmake
- include
- src
- ggml-blas
- ggml-cann
- ggml-cpu
- amx
- arch
- arm
- loongarch
- powerpc
- riscv
- s390
- wasm
- x86
- kleidiai
- llamafile
- ggml-cuda
- template-instances
- vendors
- ggml-hexagon
- htp
- ggml-hip
- ggml-metal
- ggml-musa
- ggml-opencl
- kernels
- ggml-openvino
- openvino
- op
- pass
- rt_info
- ggml-rpc
- ggml-sycl
- template-instances
- ggml-virtgpu
- ggml-vulkan
- vulkan-shaders
- ggml-webgpu
- wgsl-shaders
- ggml-zdnn
- ggml-zendnn
- gguf-py/gguf
- include
- models
- templates
- pocs/vdot
- requirements
- scripts
- hip
- jinja
- snapdragon
- adb
- qdc
- tests
- windows
- src
- models
- tests
- peg-parser
- snapshots
- tools
- batched-bench
- cli
- completion
- cvector-generator
- export-lora
- fit-params
- gguf-split
- imatrix
- llama-bench
- mtmd
- debug
- models
- tests
- parser
- perplexity
- quantize
- results
- rpc
- server
- bench
- public_legacy
- public_simplechat
- public
- tests
- unit
- themes
- buttons-top
- wild
- webui
- scripts
- src
- lib
- actions
- components
- app
- actions
- chat
- ChatForm
- ChatFormActions
- ChatFormActionsAttachments
- ChatMessages
- ChatScreen
- ChatSettings
- ChatSidebar
- content
- dialogs
- forms
- mcp
- McpServerCard
- misc
- models
- settings
- ui
- button-group
- button
- sidebar
- tooltip
- constants
- contexts
- enums
- hooks
- markdown
- services
- stores
- types
- utils
- routes
- (chat)
- chat/[id]
- settings
- chat/[section]
- import-export
- mcp
- tests
- client/components
- e2e
- stories
- unit
- tokenize
- tts
- vendor/cpp-httplib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | | - | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | | - | |
59 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | | - | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
36 | 53 | | |
37 | | - | |
| 54 | + | |
38 | 55 | | |
39 | 56 | | |
40 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
| 149 | + | |
147 | 150 | | |
148 | 151 | | |
149 | 152 | | |
| |||
159 | 162 | | |
160 | 163 | | |
161 | 164 | | |
162 | | - | |
| 165 | + | |
| 166 | + | |
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
166 | 170 | | |
| 171 | + | |
167 | 172 | | |
168 | 173 | | |
169 | 174 | | |
| |||
0 commit comments