File tree
Expand file treeCollapse file tree
21 files changed
+78
-58
lines changedFilter options
- common
- examples
- batched
- beam-search
- embedding
- imatrix
- infill
- llava
- lookahead
- lookup
- main
- parallel
- passkey
- perplexity
- save-load-state
- server
- simple
- speculative
- tokenize
Expand file treeCollapse file tree
21 files changed
+78
-58
lines changed+15-3Lines changed: 15 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2343 | 2343 |
|
2344 | 2344 |
|
2345 | 2345 |
|
2346 |
| - |
2347 |
| - |
| 2346 | + |
| 2347 | + |
| 2348 | + |
2348 | 2349 |
|
2349 | 2350 |
|
2350 | 2351 |
|
2351 | 2352 |
|
2352 | 2353 |
|
2353 | 2354 |
|
2354 |
| - |
| 2355 | + |
| 2356 | + |
2355 | 2357 |
|
2356 | 2358 |
|
2357 | 2359 |
|
| ||
2363 | 2365 |
|
2364 | 2366 |
|
2365 | 2367 |
|
| 2368 | + |
| 2369 | + |
| 2370 | + |
2366 | 2371 |
|
2367 | 2372 |
|
2368 | 2373 |
|
| 2374 | + |
| 2375 | + |
| 2376 | + |
| 2377 | + |
| 2378 | + |
| 2379 | + |
| 2380 | + |
2369 | 2381 |
|
2370 | 2382 |
|
2371 | 2383 |
|
|
+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
238 | 238 |
|
239 | 239 |
|
240 | 240 |
|
241 |
| - |
| 241 | + |
| 242 | + |
242 | 243 |
|
243 | 244 |
|
244 | 245 |
|
245 | 246 |
|
246 | 247 |
|
247 |
| - |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
248 | 253 |
|
249 | 254 |
|
250 | 255 |
|
|
examples/batched/batched.cpp
Copy file name to clipboardExpand all lines: examples/batched/batched.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
|
examples/beam-search/beam-search.cpp
Copy file name to clipboardExpand all lines: examples/beam-search/beam-search.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
137 | 137 |
|
138 | 138 |
|
139 | 139 |
|
140 |
| - |
| 140 | + |
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
|
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 |
---|---|---|
| ||
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 |
| - |
| 117 | + |
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
|
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 |
---|---|---|
| ||
378 | 378 |
|
379 | 379 |
|
380 | 380 |
|
381 |
| - |
| 381 | + |
382 | 382 |
|
383 | 383 |
|
384 | 384 |
|
|
+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
248 | 248 |
|
249 | 249 |
|
250 | 250 |
|
251 |
| - |
252 |
| - |
| 251 | + |
| 252 | + |
253 | 253 |
|
254 | 254 |
|
255 | 255 |
|
| ||
280 | 280 |
|
281 | 281 |
|
282 | 282 |
|
283 |
| - |
| 283 | + |
284 | 284 |
|
285 | 285 |
|
286 |
| - |
| 286 | + |
287 | 287 |
|
288 | 288 |
|
289 | 289 |
|
| ||
630 | 630 |
|
631 | 631 |
|
632 | 632 |
|
633 |
| - |
634 |
| - |
| 633 | + |
| 634 | + |
635 | 635 |
|
636 | 636 |
|
637 | 637 |
|
| ||
703 | 703 |
|
704 | 704 |
|
705 | 705 |
|
706 |
| - |
| 706 | + |
707 | 707 |
|
708 | 708 |
|
709 | 709 |
|
|
examples/llava/llava-cli.cpp
Copy file name to clipboardExpand all lines: examples/llava/llava-cli.cpp+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
159 |
| - |
| 159 | + |
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
166 |
| - |
| 166 | + |
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
| ||
173 | 173 |
|
174 | 174 |
|
175 | 175 |
|
176 |
| - |
| 176 | + |
177 | 177 |
|
178 | 178 |
|
179 | 179 |
|
|
examples/lookahead/lookahead.cpp
Copy file name to clipboardExpand all lines: examples/lookahead/lookahead.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
| 70 | + |
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
|
examples/lookup/lookup-create.cpp
Copy file name to clipboardExpand all lines: examples/lookup/lookup-create.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
examples/lookup/lookup-stats.cpp
Copy file name to clipboardExpand all lines: examples/lookup/lookup-stats.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
|
+15-15Lines changed: 15 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
255 | 255 |
|
256 | 256 |
|
257 | 257 |
|
258 |
| - |
| 258 | + |
259 | 259 |
|
260 | 260 |
|
261 | 261 |
|
| ||
277 | 277 |
|
278 | 278 |
|
279 | 279 |
|
280 |
| - |
| 280 | + |
281 | 281 |
|
282 | 282 |
|
283 |
| - |
| 283 | + |
284 | 284 |
|
285 | 285 |
|
286 | 286 |
|
| ||
339 | 339 |
|
340 | 340 |
|
341 | 341 |
|
342 |
| - |
343 |
| - |
| 342 | + |
| 343 | + |
344 | 344 |
|
345 | 345 |
|
346 | 346 |
|
347 | 347 |
|
348 | 348 |
|
349 |
| - |
350 |
| - |
| 349 | + |
| 350 | + |
351 | 351 |
|
352 | 352 |
|
353 | 353 |
|
| ||
418 | 418 |
|
419 | 419 |
|
420 | 420 |
|
421 |
| - |
| 421 | + |
422 | 422 |
|
423 | 423 |
|
424 | 424 |
|
| ||
433 | 433 |
|
434 | 434 |
|
435 | 435 |
|
436 |
| - |
| 436 | + |
437 | 437 |
|
438 | 438 |
|
439 | 439 |
|
| ||
443 | 443 |
|
444 | 444 |
|
445 | 445 |
|
446 |
| - |
| 446 | + |
447 | 447 |
|
448 | 448 |
|
449 | 449 |
|
| ||
516 | 516 |
|
517 | 517 |
|
518 | 518 |
|
519 |
| - |
| 519 | + |
520 | 520 |
|
521 | 521 |
|
522 | 522 |
|
| ||
801 | 801 |
|
802 | 802 |
|
803 | 803 |
|
804 |
| - |
| 804 | + |
805 | 805 |
|
806 | 806 |
|
807 | 807 |
|
| ||
875 | 875 |
|
876 | 876 |
|
877 | 877 |
|
878 |
| - |
879 |
| - |
880 |
| - |
| 878 | + |
| 879 | + |
| 880 | + |
881 | 881 |
|
882 | 882 |
|
883 | 883 |
|
|
examples/parallel/parallel.cpp
Copy file name to clipboardExpand all lines: examples/parallel/parallel.cpp+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
164 | 164 |
|
165 | 165 |
|
166 | 166 |
|
167 |
| - |
| 167 | + |
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
| ||
256 | 256 |
|
257 | 257 |
|
258 | 258 |
|
259 |
| - |
| 259 | + |
260 | 260 |
|
261 | 261 |
|
262 | 262 |
|
|
examples/passkey/passkey.cpp
Copy file name to clipboardExpand all lines: examples/passkey/passkey.cpp+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
111 |
| - |
| 111 | + |
112 | 112 |
|
113 | 113 |
|
114 |
| - |
| 114 | + |
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
|
0 commit comments