From 1cad95e9e210ada7b1f988c268a573883c86a057 Mon Sep 17 00:00:00 2001 From: danielhanchen Date: Tue, 1 Sep 2026 04:18:42 +0000 Subject: [PATCH] unsloth: pin #166, and repin 27941 which is two rounds stale #166 makes sidecar discovery find MTP heads in a dedicated MTP/ folder, which is how both Qwen3.8-27B-GGUF and Qwen3.8-Flash-Next-GGUF publish them. Without it `--spec-type draft-mtp` finds nothing on either repo, and on the 27B the server refuses to start. The 27941 pin was still 6b2b85cf. That branch has moved twice since, to 52bc9ff1 and then to 21c13c48, so the nightly has been building a commit that predates both the -kv-unified NaN collapse fix and the indexer ext.x/ext.y restore fix. Repin to the current head. Assisted-by: Claude --- scripts/unsloth/pr-set.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/unsloth/pr-set.json b/scripts/unsloth/pr-set.json index e4edc3a27b6..7ea20b161e3 100644 --- a/scripts/unsloth/pr-set.json +++ b/scripts/unsloth/pr-set.json @@ -28,9 +28,10 @@ "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/ggml-org/llama.cpp/pull/27941/commits/6b2b85cfbf8a5c612e7d3d4c0ef222e1e58de1c5", + "https://github.com/ggml-org/llama.cpp/pull/27941/commits/21c13c48b265e9a76854666b45dba99cdc4e1efa", "https://github.com/unslothai/llama.cpp/pull/144/commits/586b15ef8ef9488140c64a71424589cec1a6a9a2", "https://github.com/unslothai/llama.cpp/pull/152/commits/258345efa640eb099eb1af3c9ee8f8e6e8e7b0d3", - "https://github.com/unslothai/llama.cpp/pull/154/commits/31e432e758f8cc4b2c5f27902721500173bf39db" + "https://github.com/unslothai/llama.cpp/pull/154/commits/31e432e758f8cc4b2c5f27902721500173bf39db", + "https://github.com/unslothai/llama.cpp/pull/166/commits/2a7b0dbe11597afaa6f1e10ae330a00a58ecd309" ] }