restore PR_15405 for Vulkan backends

This commit is contained in:
Donato Capitella
2025-11-17 11:44:11 +00:00
parent eae357f9dd
commit 528923aa66
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# build stage
FROM registry.fedoraproject.org/fedora:43 AS builder
# Toggle llama.cpp PR 15405 (RPC perf for large models)
ARG APPLY_LLAMA_PR_15405=0
ARG APPLY_LLAMA_PR_15405=1
# deps
RUN dnf -y --nodocs --setopt=install_weak_deps=False install \
+1 -1
View File
@@ -1,7 +1,7 @@
# build stage
FROM registry.fedoraproject.org/fedora:43 AS builder
# Toggle llama.cpp PR 15405 (RPC perf for large models)
ARG APPLY_LLAMA_PR_15405=0
ARG APPLY_LLAMA_PR_15405=1
# deps
RUN dnf -y --nodocs --setopt=install_weak_deps=False install \