Dropping PR 15405 (llama.cpp RPC experimental improvement) due to compile issue

This commit is contained in:
Donato Capitella
2025-11-16 08:25:25 +00:00
parent 9de07b1d25
commit bf0d083975
16 changed files with 0 additions and 75 deletions
-4
View File
@@ -56,10 +56,6 @@ RUN printf '%s\n' \
WORKDIR /opt/llama.cpp
RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git . \
&& git clean -xdf \
&& git config user.email "builder@localhost" \
&& git config user.name "Container Builder" \
&& git fetch origin pull/15405/head:pr-15405 \
&& git merge --no-edit pr-15405 \
&& git submodule update --recursive
RUN cmake -S . -B build \