Merge PR#15405 to make RPC server faster

This commit is contained in:
Donato Capitella
2025-11-10 19:21:21 +00:00
parent 340c1ceafb
commit 6d121bc88a
+4 -1
View File
@@ -59,7 +59,10 @@ RUN chmod +x build-rocwmma.sh && ./build-rocwmma.sh
WORKDIR /opt/llama.cpp
RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git . \
&& git clean -xdf \
&& git submodule update --recursive
&& git submodule update --recursive \
&& git fetch origin pull/15405/head:pr-15405 \
&& git merge --no-edit pr-15405
COPY ./apply-rocwmma-fix.sh /opt/apply-rocwmma-fix.sh
RUN chmod +x /opt/apply-rocwmma-fix.sh && /opt/apply-rocwmma-fix.sh /opt/llama.cpp