From 5d8ffc8d7be2ee18f19608a9ba40dcb3fd9bf354 Mon Sep 17 00:00:00 2001 From: danielhanchen Date: Tue, 11 Aug 2026 20:21:57 +0000 Subject: [PATCH] Prebuilt: move the #95 pin to the identity-guard commit #95 gained a second commit: the first version only checked that each penalized token sat at its own index, so a cur_p holding the same id twice penalized one entry where the scan penalized both. It now requires the full identity layout. Repins to 3db8cb5 so the nightly builds the fixed version. --- 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 b0e63d1bb95..a82300fcac5 100644 --- a/scripts/unsloth/pr-set.json +++ b/scripts/unsloth/pr-set.json @@ -22,6 +22,6 @@ "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/91/commits/c86ed269986f2dced6325c5c58bda966a2e2ead1", - "https://github.com/unslothai/llama.cpp/pull/95/commits/e2e842a46990765f26cfb5b6c5f1f8e03c3601bc" + "https://github.com/unslothai/llama.cpp/pull/95/commits/3db8cb5b2e9bf291057b9f19960e8601a162da81" ] }