From a8033f5f8f95e093ba282681ad2d50be0b164a2c Mon Sep 17 00:00:00 2001 From: danielhanchen Date: Mon, 31 Aug 2026 07:35:20 +0000 Subject: [PATCH] unsloth: pin the two AMD fixes so the ROCm nightlies carry them ROCm APU user with no opt-in. #157 stops the unified-memory corruption for users who have GGML_CUDA_ENABLE_UNIFIED_MEMORY set. both would apply the same hunks twice and fail the resolve, so only one can be listed. Both entries come out once a base tag carries the upstream merge. --- scripts/unsloth/pr-set.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/unsloth/pr-set.json b/scripts/unsloth/pr-set.json index 972ae2c6299..5052a0cc473 100644 --- a/scripts/unsloth/pr-set.json +++ b/scripts/unsloth/pr-set.json @@ -24,6 +24,8 @@ "https://github.com/unslothai/llama.cpp/pull/91/commits/c86ed269986f2dced6325c5c58bda966a2e2ead1", "https://github.com/unslothai/llama.cpp/pull/95/commits/3db8cb5b2e9bf291057b9f19960e8601a162da81", "https://github.com/ggml-org/llama.cpp/pull/27754/commits/5796547f37f5943513dfa130065ec88f9e30e0f5", - "https://github.com/unslothai/llama.cpp/pull/137/commits/4e1865e34ec5f6ca39403215c89129c13731be70" + "https://github.com/unslothai/llama.cpp/pull/137/commits/4e1865e34ec5f6ca39403215c89129c13731be70", + "https://github.com/unslothai/llama.cpp/pull/158/commits/bfe2398b64c70cf1e18de0f80101753e905e184d", + "https://github.com/unslothai/llama.cpp/pull/157/commits/453cbcbb2a2e3fd32366911ecd787777a52832c1" ] }