From 0a32412d8e8527fc3cad00848cfd90e974f7b790 Mon Sep 17 00:00:00 2001 From: danielhanchen Date: Tue, 11 Aug 2026 11:15:57 +0000 Subject: [PATCH] Prebuilt: pin the IQ1_XS/XXS/XXXS types (#91) onto master #92 merged into its stacked base branch rather than master, so the pin landed on prset-drop-merged-26841 and never reached the file the nightly reads. Same one-line addition, on top of master. #91 is merged now, into iq1-narrow-upstream-base rather than master, so the tree resolve builds still does not contain it and the pin is still what puts it in. A merged required pin keeps being mixed in, with a warning, which is the intended path here. --- scripts/unsloth/pr-set.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/unsloth/pr-set.json b/scripts/unsloth/pr-set.json index 711cfae8524..d6e7737f012 100644 --- a/scripts/unsloth/pr-set.json +++ b/scripts/unsloth/pr-set.json @@ -20,6 +20,7 @@ "prs": [ "https://github.com/ggml-org/llama.cpp/pull/24423/commits/daca8075d871483545dd85d58ce11970b304b541", "https://github.com/ggml-org/llama.cpp/pull/25731/commits/0a9841fa63edce1cd252ed6efea713715abb0cf2", - "https://github.com/unslothai/llama.cpp/pull/70/commits/06d2326acbf515b10f8d6abeada09123d361acde" + "https://github.com/unslothai/llama.cpp/pull/70/commits/06d2326acbf515b10f8d6abeada09123d361acde", + "https://github.com/unslothai/llama.cpp/pull/91/commits/c86ed269986f2dced6325c5c58bda966a2e2ead1" ] }