File tree
48 files changed
+2429
-2538
lines changed- common
- examples
- batched
- batched-bench
- batched.swift/Sources
- embedding
- eval-callback
- gbnf-validator
- gritlm
- imatrix
- infill
- llama-bench
- llama.android/llama/src/main/cpp
- llama.swiftui/llama.cpp.swift
- llava
- lookahead
- lookup
- main
- parallel
- passkey
- perplexity
- quantize-stats
- retrieval
- save-load-state
- server
- simple
- speculative
- include
- src
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+2429
-2538
lines changedDiff for: Makefile
-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
927 | 927 |
| |
928 | 928 |
| |
929 | 929 |
| |
930 |
| - | |
931 | 930 |
| |
932 | 931 |
| |
933 | 932 |
| |
| |||
1167 | 1166 |
| |
1168 | 1167 |
| |
1169 | 1168 |
| |
1170 |
| - | |
1171 |
| - | |
1172 |
| - | |
1173 |
| - | |
1174 |
| - | |
1175 | 1169 |
| |
1176 | 1170 |
| |
1177 | 1171 |
| |
|
Diff for: common/CMakeLists.txt
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
62 |
| - | |
63 | 61 |
| |
64 | 62 |
| |
65 | 63 |
| |
|
Diff for: common/common.cpp
+37-72
Large diffs are not rendered by default.
Diff for: common/common.h
+1-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
81 |
| - | |
82 | 80 |
| |
83 | 81 |
| |
84 | 82 |
| |
| |||
120 | 118 |
| |
121 | 119 |
| |
122 | 120 |
| |
123 |
| - | |
124 |
| - | |
| 121 | + | |
125 | 122 |
| |
126 | 123 |
| |
127 | 124 |
| |
| |||
185 | 182 |
| |
186 | 183 |
| |
187 | 184 |
| |
188 |
| - | |
189 | 185 |
| |
190 | 186 |
| |
191 | 187 |
| |
|
0 commit comments