From dc1377a5d0501ef9490ebff64a216b838db09910 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:16:22 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20mattbucci/2x-r9700-rdna4-?= =?UTF-8?q?gfx1201-sglang-inference=20digest=20(28f8146=20=E2=9E=94=209fa3?= =?UTF-8?q?df4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/sglang-rdna4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/sglang-rdna4/Dockerfile b/docker/sglang-rdna4/Dockerfile index 0fbb92d37a..f43ea4968e 100644 --- a/docker/sglang-rdna4/Dockerfile +++ b/docker/sglang-rdna4/Dockerfile @@ -52,7 +52,7 @@ RUN curl -fsSL "https://github.com/conda-forge/miniforge/releases/download/${MIN # Vendor the fork at a pinned commit (no runtime fetch). ARG FORK_REPO=https://github.com/mattbucci/2x-R9700-RDNA4-GFX1201-sglang-inference.git -ARG FORK_REF=28f8146d895df716360288a0981b1bbb389c3625 +ARG FORK_REF=9fa3df4080de7abba93a75e520f2359dd74db15c RUN git clone "${FORK_REPO}" "${REPO_DIR}" \ && git -C "${REPO_DIR}" checkout "${FORK_REF}"