Dropping PR 15405 (llama.cpp RPC experimental improvement) due to compile issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user