chore: Regenerate all playbooks

This commit is contained in:
GitLab CI 2025-11-21 02:45:43 +00:00
parent a8a81dd1a1
commit b49a00ca5d

View File

@ -30,7 +30,8 @@ RUN apt-get update && \
WORKDIR /app
RUN git clone https://github.com/ggml-org/llama.cpp.git .
RUN git clone https://github.com/ggml-org/llama.cpp.git . \
&& git checkout 5d8bb90
RUN if [ "${CUDA_DOCKER_ARCH}" != "default" ]; then \
export CMAKE_ARGS="-DCMAKE_CUDA_ARCHITECTURES=121"; \