File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2731DLLM_REPO? =https://github.com/mudler/dllm.cpp
2832
2933GOCMD? =go
You can’t perform that action at this time.
0 commit comments