disable PR_15405 for vulkan

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