Commit cf82b74
authored
Bump llama.cpp to 8452824 (b9739), release v0.8.27 (#59)
Update vendor/llama.cpp from 74ade5274 to 845282461 (67 commits, tag
b9739). No NIF changes required: all binding-relevant headers are
unchanged except common/speculative.h (two new optional get/set_state
declarations the NIF does not call) and common/common.h (changes to
common_params / common_params_model, which the NIF never constructs —
it builds only common_params_speculative, whose sole change is internal
need_n_rs_seq() logic now also covering EAGLE3 drafts).
Verified against a freshly built NIF: 158 tests + 4 skipped, all 7
end-to-end smoke tests pass (generation, streaming, chat templates,
JSON-schema grammar, raw GBNF, and embeddings), mix format clean,
Dialyzer 0 errors.1 parent 82e1406 commit cf82b74
3 files changed
Lines changed: 24 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
3 | 25 | | |
4 | 26 | | |
5 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments