Skip to content

Commit 6e75e2e

Browse files
mudlerlocalai-org-maint-bot
authored andcommitted
chore(dllm): bump dllm.cpp pin to P5 head
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 0b9f3a6 commit 6e75e2e

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

backend/go/dllm/Makefile

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,15 @@
1919
# until then the anonymous clone below fails. Use the symlink shortcut above
2020
# with a local checkout, or a git credential helper with access to the repo.
2121

22-
# The pin below is the first commit carrying the multimodal C-ABI entry
23-
# points (dllm_capi_generate_mm / dllm_capi_generate_stream_mm) the
24-
# image-input path probes for; older libs still load, but image requests
25-
# then fail with "library predates the multimodal entry points".
26-
DLLM_VERSION?=e6dcf44cddd65845e3a0814a1c2282a5d90ee98a
22+
# The pin below is the P5 performance-parity head (device-resident
23+
# self-conditioning, full-GPU placement at ngl >= n_layer, graph reuse,
24+
# device-side EB reductions: ~8x per-step on GB10, see dllm.cpp
25+
# docs/validation.md section 10). C-ABI unchanged (still version 1). It
26+
# also carries the multimodal entry points (dllm_capi_generate_mm /
27+
# dllm_capi_generate_stream_mm) the image-input path probes for; older
28+
# libs still load, but image requests then fail with "library predates
29+
# the multimodal entry points".
30+
DLLM_VERSION?=320b57756efc3460169b8ea9e8c782867198f2a5
2731
DLLM_REPO?=https://github.com/mudler/dllm.cpp
2832

2933
GOCMD?=go

0 commit comments

Comments
 (0)