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
-5
View File
@@ -14,11 +14,6 @@ RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git .
# build + install
RUN git clean -xdf \
&& git config user.email "builder@localhost" \
&& git config user.name "Container Builder" \
&& git pull \
&& git fetch origin pull/15405/head:pr-15405 \
&& git merge --no-edit pr-15405 \
&& git submodule update --recursive \
&& HIPCXX="$(hipconfig -l)/clang" HIP_PATH="$(hipconfig -R)" \
cmake -S . -B build \
-5
View File
@@ -20,11 +20,6 @@ RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git .
# build + install
RUN git clean -xdf \
&& git config user.email "builder@localhost" \
&& git config user.name "Container Builder" \
&& git pull \
&& git fetch origin pull/15405/head:pr-15405 \
&& git merge --no-edit pr-15405 \
&& git submodule update --recursive \
&& HIPCXX="$(hipconfig -l)/clang" HIP_PATH="$(hipconfig -R)" \
cmake -S . -B build \
-5
View File
@@ -38,11 +38,6 @@ RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git .
# build
RUN git clean -xdf \
&& git config user.email "builder@localhost" \
&& git config user.name "Container Builder" \
&& git pull \
&& git fetch origin pull/15405/head:pr-15405 \
&& git merge --no-edit pr-15405 \
&& git submodule update --recursive \
&& cmake -S . -B build \
-DGGML_HIP=ON \
-5
View File
@@ -44,11 +44,6 @@ RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git .
# build
RUN git clean -xdf \
&& git config user.email "builder@localhost" \
&& git config user.name "Container Builder" \
&& git pull \
&& git fetch origin pull/15405/head:pr-15405 \
&& git merge --no-edit pr-15405 \
&& git submodule update --recursive \
&& cmake -S . -B build \
-DGGML_HIP=ON \
-5
View File
@@ -38,11 +38,6 @@ RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git .
# build
RUN git clean -xdf \
&& git config user.email "builder@localhost" \
&& git config user.name "Container Builder" \
&& git pull \
&& git fetch origin pull/15405/head:pr-15405 \
&& git merge --no-edit pr-15405 \
&& git submodule update --recursive \
&& cmake -S . -B build \
-DGGML_HIP=ON \
-5
View File
@@ -42,11 +42,6 @@ WORKDIR /opt/llama.cpp
RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git .
RUN git clean -xdf \
&& git config user.email "builder@localhost" \
&& git config user.name "Container Builder" \
&& git pull \
&& git fetch origin pull/15405/head:pr-15405 \
&& git merge --no-edit pr-15405 \
&& git submodule update --recursive
# overwrite upstream header with our local fixed version
-5
View File
@@ -38,11 +38,6 @@ RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git .
# build
RUN git clean -xdf \
&& git config user.email "builder@localhost" \
&& git config user.name "Container Builder" \
&& git pull \
&& git fetch origin pull/15405/head:pr-15405 \
&& git merge --no-edit pr-15405 \
&& git submodule update --recursive \
&& cmake -S . -B build \
-DGGML_HIP=ON \
-5
View File
@@ -47,11 +47,6 @@ RUN chmod +x /opt/apply-rocwmma-fix.sh && /opt/apply-rocwmma-fix.sh /opt/llama.c
# build
RUN git clean -xdf \
&& git config user.email "builder@localhost" \
&& git config user.name "Container Builder" \
&& git pull \
&& git fetch origin pull/15405/head:pr-15405 \
&& git merge --no-edit pr-15405 \
&& git submodule update --recursive \
&& cmake -S . -B build \
-DGGML_HIP=ON \
-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 \
-4
View File
@@ -60,10 +60,6 @@ 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 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
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
@@ -60,10 +60,6 @@ RUN chmod +x build-rocwmma.sh && ./build-rocwmma.sh
WORKDIR /opt/llama.cpp
RUN git clone --recursive https://github.com/hjc4869/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
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
-5
View File
@@ -37,11 +37,6 @@ RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git .
# build
RUN git clean -xdf \
&& git config user.email "builder@localhost" \
&& git config user.name "Container Builder" \
&& git pull \
&& git fetch origin pull/15405/head:pr-15405 \
&& git merge --no-edit pr-15405 \
&& git submodule update --recursive \
&& HIPCXX="$(hipconfig -l)/clang" HIP_PATH="$(hipconfig -R)" \
cmake -S . -B build \
-4
View File
@@ -55,10 +55,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 \
-4
View File
@@ -60,10 +60,6 @@ WORKDIR /opt/llama.cpp
RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git . \
&& git clean -xdf \
&& git submodule update --recursive \
&& 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
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
-5
View File
@@ -21,11 +21,6 @@ RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git .
# build
RUN git clean -xdf \
&& git config user.email "builder@localhost" \
&& git config user.name "Container Builder" \
&& git pull \
&& git fetch origin pull/15405/head:pr-15405 \
&& git merge --no-edit pr-15405 \
&& git submodule update --recursive \
&& cmake -S . -B build -G Ninja \
-DGGML_VULKAN=ON \
-5
View File
@@ -15,11 +15,6 @@ RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git .
# build
RUN git clean -xdf \
&& git config user.email "builder@localhost" \
&& git config user.name "Container Builder" \
&& git pull \
&& git fetch origin pull/15405/head:pr-15405 \
&& git merge --no-edit pr-15405 \
&& git submodule update --recursive \
&& cmake -S . -B build -G Ninja \
-DGGML_VULKAN=ON \