feat: use hjc4869 llama.cpp port for Dockerfile.rocm-7alpha-rocwmma-improved

This commit is contained in:
Niccolò Belli
2025-11-09 16:05:48 +01:00
parent dd3ef61326
commit 5e973c69d9
@@ -58,7 +58,7 @@ COPY ./build-rocwmma.sh .
RUN chmod +x build-rocwmma.sh && ./build-rocwmma.sh RUN chmod +x build-rocwmma.sh && ./build-rocwmma.sh
WORKDIR /opt/llama.cpp 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 clean -xdf \
&& git submodule update --recursive && git submodule update --recursive
COPY ./apply-rocwmma-fix.sh /opt/apply-rocwmma-fix.sh COPY ./apply-rocwmma-fix.sh /opt/apply-rocwmma-fix.sh