From 0255fad2423a26304d3bf8918d58d6b1c41228f7 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 2 Aug 2026 13:06:14 +0000 Subject: [PATCH] Prebuilt: repin on the rebased Kimi-K3 text PR and the fixed Inkling head The nightly has been red since 2026-07-31. pwilkin force-pushed ggml-org#26185 at 21:16Z that day, eleven minutes before the schedule fired, and the pin in this file still named cf67f0d2 -- a merge commit that the rebase wrote out of the branch. The membership gate in the resolve step caught it and refused, so every build job was skipped. Runs 30666643530 and 30718507279 both died there. Two more things were wrong once that was unblocked: - Inkling was pinned to d69b7e60, which is the commit three separate reporters got garbage output from (CPU, Mac, and ROCm with -fa on). ggml-org#25731 fixed all of those in 02142bbc; the nightly was shipping the broken one. - The rebase left ggml-org#26185 unmergeable against current master, and Kimi-K3 and Inkling register in the same arch, model and mtmd tables. Two independent heads cannot both land, so one of them has to know about the other. unslothai#48 now carries that. Its base branch was advanced to the rebased ggml-org#26185 head, then merged with b10223 and with Inkling, resolving four collisions: src/llama-arch.cpp KIMI_K3 and INKLING share a fallthrough src/llama-model.cpp same, in the ROPE_TYPE_NONE group tests/test-llama-archs.cpp master's MINIMAX_M3 vs KIMI_K3 tools/mtmd/ CMake source list and the graph registry All four are additive; both arches belong in every group. The two Kimi-K3 commits were rebased on top, so unslothai#48 is still a 10-file stacked diff against its base. ggml-org#26185 stays listed, last. Its head is now an ancestor of unslothai#48, so the resolver merges it as a no-op and the release manifest still names it. Verified against b10223: the four merge in this order with zero unmerged paths, and the merged tree builds with -DGGML_CUDA=ON. On the merged tree test-chat passes and test-llama-archs -a kimi-k3 is OK on both CUDA and CPU (NMSE 8.77e-08); it fails to even load the model without this repin. --- scripts/unsloth/pr-set.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/unsloth/pr-set.json b/scripts/unsloth/pr-set.json index c4caf6e6aaf8..1c4a4665e27d 100644 --- a/scripts/unsloth/pr-set.json +++ b/scripts/unsloth/pr-set.json @@ -10,8 +10,8 @@ ], "prs": [ "https://github.com/ggml-org/llama.cpp/pull/24423/commits/c3fb97241295c196e09b783e705e84b96cd1bd74", - "https://github.com/ggml-org/llama.cpp/pull/25731/commits/d69b7e606af7f59d9e81c5c81a5c7ce0dad197e1", - "https://github.com/unslothai/llama.cpp/pull/44/commits/23fac110127ba3ac56bd8b370eb0205a67564d55", - "https://github.com/ggml-org/llama.cpp/pull/26185/commits/cf67f0d24511864d2d3da0769108fd6fc16d00d1" + "https://github.com/ggml-org/llama.cpp/pull/25731/commits/02142bbc33d477880a89dc5854a2c611d36e3494", + "https://github.com/unslothai/llama.cpp/pull/48/commits/daef2b3e1b5b1ac7b575f13b13a9450cb2d02862", + "https://github.com/ggml-org/llama.cpp/pull/26185/commits/04d6828b2b555ef300bae8096663c6e675afdd47" ] } \ No newline at end of file