From 5e973c69d9c9ab13b65d7e0e138b4657783258ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Belli?= Date: Sun, 9 Nov 2025 16:05:48 +0100 Subject: [PATCH] feat: use hjc4869 llama.cpp port for Dockerfile.rocm-7alpha-rocwmma-improved --- toolboxes/Dockerfile.rocm-7alpha-rocwmma-improved | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolboxes/Dockerfile.rocm-7alpha-rocwmma-improved b/toolboxes/Dockerfile.rocm-7alpha-rocwmma-improved index bc57b30..b34dbf2 100644 --- a/toolboxes/Dockerfile.rocm-7alpha-rocwmma-improved +++ b/toolboxes/Dockerfile.rocm-7alpha-rocwmma-improved @@ -58,7 +58,7 @@ COPY ./build-rocwmma.sh . RUN chmod +x build-rocwmma.sh && ./build-rocwmma.sh WORKDIR /opt/llama.cpp -RUN git clone --recursive -b rocm-wmma-tune https://github.com/lhl/llama.cpp.git . \ +RUN git clone --recursive https://github.com/hjc4869/llama.cpp.git . \ && git clean -xdf \ && git submodule update --recursive COPY ./apply-rocwmma-fix.sh /opt/apply-rocwmma-fix.sh