Commit 7154620
committed
feat(ggml-org.llamacpp): b10069.1 -- backend-vulkan, on an unchanged checkpoint
A wrapper revision rather than a new checkpoint: the vendored llama.cpp is
still b10069, and `docs/upstream-update-policy.md` in that repository gives a
dotted revision to exactly this case.
What it adds is `backend-vulkan`, an additive feature over `backend-cpu`. A
consumer writes one line:
llamacpp = { version = "b10069.1", features = ["backend-vulkan"] }
and the shader compiler, the Khronos loader, the SPIR-V headers and the adapter
that lets a built artifact reach the machine's own driver all arrive with it. A
consumer that does not name the feature resolves exactly what it resolved
before -- measured in that repository: a CPU-only build writes no lock at all.
The CN mirror is published and verified byte-identical to the upstream tag
archive (36,023,391 bytes, sha256 4f30c253a700...), so the entry takes the
table form rather than the plain-string fallback this package used before.
The two workspace members move to the new version, which is what makes the
entry tested rather than merely present. Measured here:
`LLAMACPP_INDEX_TEST=PASS`.1 parent 40ce676 commit 7154620
3 files changed
Lines changed: 25 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
33 | 47 | | |
34 | 48 | | |
35 | 49 | | |
36 | 50 | | |
37 | 51 | | |
38 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
39 | 60 | | |
40 | 61 | | |
41 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
0 commit comments