File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# llama.cpp - feature development info
22
3- Auto-generated on 2026-06-21 10:11:50 UTC
3+ Auto-generated on 2026-06-21 12:21:24 UTC
44
55** Repo:** https://github.com/ggml-org/llama.cpp
66
@@ -65,6 +65,16 @@ graph BT
6565 C_8a118ee["<a href='https://github.com/ggml-org/llama.cpp/pull/24862'>#24862</a><br/><span style='font-size:smaller;color:gray'>minor : clean-up whitespaces (#24862)</span>"]
6666 C_8a118ee --> C_d6d8995
6767 C_d6d8995["<a href='https://github.com/ggml-org/llama.cpp/pull/24828'>#24828</a><br/><span style='font-size:smaller;color:gray'>server: real-time model load progress tracking via /models/sse (#24828)</span>"]
68+ C_d6d8995 --> C_bfa3219
69+ C_bfa3219["<a href='https://github.com/ggml-org/llama.cpp/pull/24864'>#24864</a><br/><span style='font-size:smaller;color:gray'>server: add 'verbose' field to schema (#24864)</span>"]
70+ C_bfa3219 --> C_2f89acc
71+ C_2f89acc["<a href='https://github.com/ggml-org/llama.cpp/pull/24865'>#24865</a><br/><span style='font-size:smaller;color:gray'>mtmd: add load progress callback (#24865)</span>"]
72+ C_2f89acc --> C_bf53382
73+ C_bf53382["<a href='https://github.com/ggml-org/llama.cpp/pull/24847'>#24847</a><br/><span style='font-size:smaller;color:gray'>jinja : implement call statement (#24847)</span>"]
74+ C_bf53382 --> C_0d135df
75+ C_0d135df["<a href='https://github.com/ggml-org/llama.cpp/pull/24867'>#24867</a><br/><span style='font-size:smaller;color:gray'>mtmd: fix mtmd_get_memory_usage (#24867)</span>"]
76+ C_0d135df --> C_bddfd2b
77+ C_bddfd2b["<a href='https://github.com/ggml-org/llama.cpp/pull/24843'>#24843</a><br/><span style='font-size:smaller;color:gray'>server: refactor batch construction (#24843)</span>"]
6878 COMMON -->|dev-metal| C_5d3eb99
6979 C_5d3eb99["<a href='https://github.com/ggml-org/llama.cpp/pull/24021'>#24021</a><br/><span style='font-size:smaller;color:gray'>metal : per-op source split + parallel compile (#24021)</span>"]
7080```
Original file line number Diff line number Diff line change @@ -3,7 +3,12 @@ Repo: https://github.com/ggml-org/llama.cpp
33Common ancestor: 5fd2dc2c41c342a75c26f9756ca6b1814ed05fb4
44Branches analyzed: 2
55
6- --- master (tip: d6d899580dcf0e50a3d14453d3d082f6ed050450, commits from ancestor: 26) ---
6+ --- master (tip: bddfd2b1137cd6e51fbb939081caf50e9f496a66, commits from ancestor: 31) ---
7+ bddfd2b server: refactor batch construction (#24843)
8+ 0d135df mtmd: fix mtmd_get_memory_usage (#24867)
9+ bf53382 jinja : implement call statement (#24847)
10+ 2f89acc mtmd: add load progress callback (#24865)
11+ bfa3219 server: add "verbose" field to schema (#24864)
712d6d8995 server: real-time model load progress tracking via /models/sse (#24828)
8138a118ee minor : clean-up whitespaces (#24862)
914d789527 spec : Support Step3.5/3.7 flash mtp3 (#24340)
You can’t perform that action at this time.
0 commit comments