chore: remove llama.cpp PR 21566 patch from rocm7-nightlies Dockerfile

This commit is contained in:
Donato Capitella
2026-04-07 18:33:18 +01:00
parent a58d133c5e
commit d1e49d4aa0
-2
View File
@@ -61,9 +61,7 @@ RUN git clone -b ${BRANCH} --single-branch --recursive ${REPO} . \
COPY llama-grammar.patch /tmp/llama-grammar.patch COPY llama-grammar.patch /tmp/llama-grammar.patch
# PR 21566: test a fix for gemma-4 inference bug (CUDA: check for buffer overlap before fusing)
RUN patch -p1 < /tmp/llama-grammar.patch \ RUN patch -p1 < /tmp/llama-grammar.patch \
&& curl -sSL https://github.com/ggml-org/llama.cpp/pull/21566.patch | patch -p1 \
&& cmake -S . -B build \ && cmake -S . -B build \
-DGGML_HIP=ON \ -DGGML_HIP=ON \
-DAMDGPU_TARGETS=gfx1151 \ -DAMDGPU_TARGETS=gfx1151 \