Commit 308df3b
File tree
Expand file treeCollapse file tree
23 files changed
+134
-90
lines changedFilter options
- common
- examples
- batched
- batched-bench
- batched.swift/Sources
- embedding
- eval-callback
- imatrix
- llama-bench
- llava
- lookup
- parallel
- passkey
- perplexity
- retrieval
- simple
- speculative
- include
- src
Expand file treeCollapse file tree
23 files changed
+134
-90
lines changed+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
720 | 720 |
|
721 | 721 |
|
722 | 722 |
|
| 723 | + |
| 724 | + |
| 725 | + |
| 726 | + |
| 727 | + |
| 728 | + |
| 729 | + |
| 730 | + |
723 | 731 |
|
724 | 732 |
|
725 | 733 |
|
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
820 | 820 |
|
821 | 821 |
|
822 | 822 |
|
823 |
| - |
| 823 | + |
824 | 824 |
|
825 | 825 |
|
826 | 826 |
|
| ||
916 | 916 |
|
917 | 917 |
|
918 | 918 |
|
| 919 | + |
919 | 920 |
|
920 | 921 |
|
921 | 922 |
|
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
| 127 | + |
127 | 128 |
|
128 | 129 |
|
129 | 130 |
|
| ||
246 | 247 |
|
247 | 248 |
|
248 | 249 |
|
| 250 | + |
249 | 251 |
|
250 | 252 |
|
251 | 253 |
|
|
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
145 |
| - |
| 145 | + |
146 | 146 |
|
147 | 147 |
|
148 | 148 |
|
| ||
257 | 257 |
|
258 | 258 |
|
259 | 259 |
|
260 |
| - |
| 260 | + |
261 | 261 |
|
262 | 262 |
|
263 |
| - |
| 263 | + |
264 | 264 |
|
265 | 265 |
|
266 | 266 |
|
|
examples/batched-bench/batched-bench.cpp
Copy file name to clipboardExpand all lines: examples/batched-bench/batched-bench.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
190 |
| - |
| 190 | + |
191 | 191 |
|
192 | 192 |
|
193 | 193 |
|
|
examples/batched.swift/Sources/main.swift
Copy file name to clipboardExpand all lines: examples/batched.swift/Sources/main.swift+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
203 |
| - |
204 |
| - |
| 203 | + |
| 204 | + |
205 | 205 |
|
206 | 206 |
|
207 | 207 |
|
|
examples/batched/batched.cpp
Copy file name to clipboardExpand all lines: examples/batched/batched.cpp+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
229 | 229 |
|
230 | 230 |
|
231 | 231 |
|
232 |
| - |
233 |
| - |
| 232 | + |
| 233 | + |
234 | 234 |
|
235 | 235 |
|
236 | 236 |
|
|
examples/embedding/embedding.cpp
Copy file name to clipboardExpand all lines: examples/embedding/embedding.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
306 | 306 |
|
307 | 307 |
|
308 | 308 |
|
309 |
| - |
| 309 | + |
310 | 310 |
|
311 | 311 |
|
312 | 312 |
|
|
examples/eval-callback/eval-callback.cpp
Copy file name to clipboardExpand all lines: examples/eval-callback/eval-callback.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
182 | 182 |
|
183 | 183 |
|
184 | 184 |
|
185 |
| - |
| 185 | + |
186 | 186 |
|
187 | 187 |
|
188 | 188 |
|
|
examples/imatrix/imatrix.cpp
Copy file name to clipboardExpand all lines: examples/imatrix/imatrix.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
637 | 637 |
|
638 | 638 |
|
639 | 639 |
|
640 |
| - |
| 640 | + |
641 | 641 |
|
642 | 642 |
|
643 | 643 |
|
|
examples/llama-bench/llama-bench.cpp
Copy file name to clipboardExpand all lines: examples/llama-bench/llama-bench.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1630 | 1630 |
|
1631 | 1631 |
|
1632 | 1632 |
|
1633 |
| - |
| 1633 | + |
1634 | 1634 |
|
1635 | 1635 |
|
1636 | 1636 |
|
|
examples/llava/llava-cli.cpp
Copy file name to clipboardExpand all lines: examples/llava/llava-cli.cpp+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
308 | 308 |
|
309 | 309 |
|
310 | 310 |
|
311 |
| - |
| 311 | + |
312 | 312 |
|
313 | 313 |
|
314 | 314 |
|
| ||
325 | 325 |
|
326 | 326 |
|
327 | 327 |
|
328 |
| - |
| 328 | + |
329 | 329 |
|
330 | 330 |
|
331 | 331 |
|
|
examples/llava/minicpmv-cli.cpp
Copy file name to clipboardExpand all lines: examples/llava/minicpmv-cli.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
319 | 319 |
|
320 | 320 |
|
321 | 321 |
|
322 |
| - |
| 322 | + |
323 | 323 |
|
324 | 324 |
|
325 | 325 |
|
|
+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
240 | 240 |
|
241 | 241 |
|
242 | 242 |
|
243 |
| - |
244 |
| - |
| 243 | + |
245 | 244 |
|
246 | 245 |
|
247 | 246 |
|
|
examples/parallel/parallel.cpp
Copy file name to clipboardExpand all lines: examples/parallel/parallel.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
415 | 415 |
|
416 | 416 |
|
417 | 417 |
|
418 |
| - |
| 418 | + |
419 | 419 |
|
420 | 420 |
|
421 | 421 |
|
|
examples/passkey/passkey.cpp
Copy file name to clipboardExpand all lines: examples/passkey/passkey.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
256 | 256 |
|
257 | 257 |
|
258 | 258 |
|
259 |
| - |
| 259 | + |
260 | 260 |
|
261 | 261 |
|
262 | 262 |
|
|
examples/perplexity/perplexity.cpp
Copy file name to clipboardExpand all lines: examples/perplexity/perplexity.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2047 | 2047 |
|
2048 | 2048 |
|
2049 | 2049 |
|
2050 |
| - |
| 2050 | + |
2051 | 2051 |
|
2052 | 2052 |
|
2053 | 2053 |
|
|
examples/retrieval/retrieval.cpp
Copy file name to clipboardExpand all lines: examples/retrieval/retrieval.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
292 | 292 |
|
293 | 293 |
|
294 | 294 |
|
295 |
| - |
| 295 | + |
296 | 296 |
|
297 | 297 |
|
298 | 298 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
154 | 154 |
|
155 | 155 |
|
156 | 156 |
|
157 |
| - |
158 |
| - |
| 157 | + |
| 158 | + |
159 | 159 |
|
160 | 160 |
|
161 | 161 |
|
|
examples/speculative/speculative.cpp
Copy file name to clipboardExpand all lines: examples/speculative/speculative.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
616 | 616 |
|
617 | 617 |
|
618 | 618 |
|
619 |
| - |
| 619 | + |
620 | 620 |
|
621 | 621 |
|
622 | 622 |
|
|
+23-6Lines changed: 23 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
343 | 343 |
|
344 | 344 |
|
345 | 345 |
|
346 |
| - |
| 346 | + |
347 | 347 |
|
348 | 348 |
|
349 | 349 |
|
| ||
1176 | 1176 |
|
1177 | 1177 |
|
1178 | 1178 |
|
1179 |
| - |
1180 |
| - |
1181 |
| - |
| 1179 | + |
| 1180 | + |
| 1181 | + |
| 1182 | + |
| 1183 | + |
| 1184 | + |
| 1185 | + |
| 1186 | + |
1182 | 1187 |
|
1183 | 1188 |
|
1184 |
| - |
1185 |
| - |
| 1189 | + |
| 1190 | + |
| 1191 | + |
| 1192 | + |
| 1193 | + |
| 1194 | + |
| 1195 | + |
| 1196 | + |
| 1197 | + |
| 1198 | + |
| 1199 | + |
| 1200 | + |
| 1201 | + |
| 1202 | + |
1186 | 1203 |
|
1187 | 1204 |
|
1188 | 1205 |
|
|
+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1669 | 1669 |
|
1670 | 1670 |
|
1671 | 1671 |
|
| 1672 | + |
| 1673 | + |
| 1674 | + |
| 1675 | + |
| 1676 | + |
| 1677 | + |
| 1678 | + |
| 1679 | + |
| 1680 | + |
| 1681 | + |
| 1682 | + |
| 1683 | + |
| 1684 | + |
| 1685 | + |
| 1686 | + |
| 1687 | + |
| 1688 | + |
| 1689 | + |
| 1690 | + |
| 1691 | + |
| 1692 | + |
| 1693 | + |
| 1694 | + |
| 1695 | + |
| 1696 | + |
| 1697 | + |
| 1698 | + |
| 1699 | + |
| 1700 | + |
| 1701 | + |
| 1702 | + |
| 1703 | + |
| 1704 | + |
| 1705 | + |
0 commit comments