From 55d46a4a5d36047999af6fd8e5ae7b1112e37f83 Mon Sep 17 00:00:00 2001 From: danielhanchen Date: Fri, 18 Sep 2026 09:30:12 +0000 Subject: [PATCH 1/4] Repin the Qwen3.8-Flash-Next MTP carry onto the hc_head_norm fix #144 is pinned at f40f64a81, which aborts at load with GGML_ASSERT(ggml_can_repeat(b, a)) in build_hc_mix whenever the Qwen3.8-Flash-Next MTP head is attached. Every mix build since b10995-mix-3e83366 carries it. #219 is f40f64a81 plus one line, so this repin merges identically and needs nothing else changed. --- scripts/unsloth/pr-set.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/unsloth/pr-set.json b/scripts/unsloth/pr-set.json index 0de8aa2db2a1..eaaf1cc68e9c 100644 --- a/scripts/unsloth/pr-set.json +++ b/scripts/unsloth/pr-set.json @@ -28,7 +28,7 @@ "https://github.com/unslothai/llama.cpp/pull/158/commits/abfc45b9cb21eae4848cb82196e659f42c9a8341", "https://github.com/unslothai/llama.cpp/pull/157/commits/6c6da89266ba7839d825c9997782af4f4d26b81b", "https://github.com/unslothai/llama.cpp/pull/149/commits/b65a2dce12c14a489e19a059cb6ee59112f1b733", - "https://github.com/unslothai/llama.cpp/pull/144/commits/f40f64a81cf4d9f8c4539920828ad9d20f4ba7c5", + "https://github.com/unslothai/llama.cpp/pull/219/commits/bd61914ecc75f51dc347dfe423b0491ae3b86f86", "https://github.com/unslothai/llama.cpp/pull/152/commits/b2b5ed9ff86427a530b762a45d3fdbd453bcd4e8", "https://github.com/unslothai/llama.cpp/pull/176/commits/09ce1a4d2939844e211f7b4d30a296f4c1aed9a8" ] From 71c13829ef8130d8bfaa37ee8ec5cd7eba175606 Mon Sep 17 00:00:00 2001 From: danielhanchen Date: Fri, 18 Sep 2026 10:05:05 +0000 Subject: [PATCH 2/4] Move the pin to #219's head, which now also fixes the fit measurement The branch gained a second commit: a borrowing draft head could not be measured by common/fit.cpp, so the fitter budgeted nothing for it and the recommended shared-* sidecar ran out of device memory on a 16 to 32 GB card. Both fixes ship together or the shared head stays unusable. --- scripts/unsloth/pr-set.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/unsloth/pr-set.json b/scripts/unsloth/pr-set.json index eaaf1cc68e9c..9c779dcb5c50 100644 --- a/scripts/unsloth/pr-set.json +++ b/scripts/unsloth/pr-set.json @@ -28,7 +28,7 @@ "https://github.com/unslothai/llama.cpp/pull/158/commits/abfc45b9cb21eae4848cb82196e659f42c9a8341", "https://github.com/unslothai/llama.cpp/pull/157/commits/6c6da89266ba7839d825c9997782af4f4d26b81b", "https://github.com/unslothai/llama.cpp/pull/149/commits/b65a2dce12c14a489e19a059cb6ee59112f1b733", - "https://github.com/unslothai/llama.cpp/pull/219/commits/bd61914ecc75f51dc347dfe423b0491ae3b86f86", + "https://github.com/unslothai/llama.cpp/pull/219/commits/5967b90af394256893d8fde30c6dda5f468c07b7", "https://github.com/unslothai/llama.cpp/pull/152/commits/b2b5ed9ff86427a530b762a45d3fdbd453bcd4e8", "https://github.com/unslothai/llama.cpp/pull/176/commits/09ce1a4d2939844e211f7b4d30a296f4c1aed9a8" ] From 7af24aa611f5831328c9cd69ee41ea990206cea7 Mon Sep 17 00:00:00 2001 From: danielhanchen Date: Fri, 18 Sep 2026 10:10:08 +0000 Subject: [PATCH 3/4] Follow #219's amended head after its comment pass --- scripts/unsloth/pr-set.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/unsloth/pr-set.json b/scripts/unsloth/pr-set.json index 9c779dcb5c50..5e98b484e10d 100644 --- a/scripts/unsloth/pr-set.json +++ b/scripts/unsloth/pr-set.json @@ -28,7 +28,7 @@ "https://github.com/unslothai/llama.cpp/pull/158/commits/abfc45b9cb21eae4848cb82196e659f42c9a8341", "https://github.com/unslothai/llama.cpp/pull/157/commits/6c6da89266ba7839d825c9997782af4f4d26b81b", "https://github.com/unslothai/llama.cpp/pull/149/commits/b65a2dce12c14a489e19a059cb6ee59112f1b733", - "https://github.com/unslothai/llama.cpp/pull/219/commits/5967b90af394256893d8fde30c6dda5f468c07b7", + "https://github.com/unslothai/llama.cpp/pull/219/commits/fafa22fb24a4d42d14415fbc63ba570c4fc68251", "https://github.com/unslothai/llama.cpp/pull/152/commits/b2b5ed9ff86427a530b762a45d3fdbd453bcd4e8", "https://github.com/unslothai/llama.cpp/pull/176/commits/09ce1a4d2939844e211f7b4d30a296f4c1aed9a8" ] From 06e38477572a6e97b52ae5610fbc1aa11bf70d53 Mon Sep 17 00:00:00 2001 From: danielhanchen Date: Fri, 18 Sep 2026 10:14:31 +0000 Subject: [PATCH 4/4] Pin #144 at its own head now that #219 has landed on it #219 merged into mtp/qwen4exp-nextn rather than master, so the carry PR now holds both fixes and the entry goes back to being a single #144 pin. Pinning the merged #219 instead would point the set at a closed PR for work that is already in the open one. ca1426903 is a squash of the commits measured earlier and produces a byte-identical tree, so those numbers carry over unchanged. --- scripts/unsloth/pr-set.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/unsloth/pr-set.json b/scripts/unsloth/pr-set.json index 5e98b484e10d..be154c8eff3b 100644 --- a/scripts/unsloth/pr-set.json +++ b/scripts/unsloth/pr-set.json @@ -28,7 +28,7 @@ "https://github.com/unslothai/llama.cpp/pull/158/commits/abfc45b9cb21eae4848cb82196e659f42c9a8341", "https://github.com/unslothai/llama.cpp/pull/157/commits/6c6da89266ba7839d825c9997782af4f4d26b81b", "https://github.com/unslothai/llama.cpp/pull/149/commits/b65a2dce12c14a489e19a059cb6ee59112f1b733", - "https://github.com/unslothai/llama.cpp/pull/219/commits/fafa22fb24a4d42d14415fbc63ba570c4fc68251", + "https://github.com/unslothai/llama.cpp/pull/144/commits/ca1426903fabe9af26cd10c42034cb4bbd2e0e11", "https://github.com/unslothai/llama.cpp/pull/152/commits/b2b5ed9ff86427a530b762a45d3fdbd453bcd4e8", "https://github.com/unslothai/llama.cpp/pull/176/commits/09ce1a4d2939844e211f7b4d30a296f4c1aed9a8" ]