File tree
Expand file treeCollapse file tree
10 files changed
+152
-150
lines changedFilter options
- examples/low_level_api
- llama_cpp
- server
Expand file treeCollapse file tree
10 files changed
+152
-150
lines changedexamples/low_level_api/common.py
Copy file name to clipboardExpand all lines: examples/low_level_api/common.py+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| ||
380 | 380 |
|
381 | 381 |
|
382 | 382 |
|
383 |
| - |
| 383 | + |
| 384 | + |
384 | 385 |
|
385 | 386 |
|
386 | 387 |
|
|
examples/low_level_api/low_level_api_chat_cpp.py
Copy file name to clipboardExpand all lines: examples/low_level_api/low_level_api_chat_cpp.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
688 | 688 |
|
689 | 689 |
|
690 | 690 |
|
691 |
| - |
| 691 | + |
| 692 | + |
692 | 693 |
|
693 | 694 |
|
694 | 695 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
| ||
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
llama_cpp/llama_chat_format.py
Copy file name to clipboardExpand all lines: llama_cpp/llama_chat_format.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
21 |
| - |
22 | 20 |
|
23 | 21 |
|
| 22 | + |
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
|
0 commit comments