Revert "switch llama from vulkan to rocm"
ci/woodpecker/push/flux-reconcile-source Pipeline was successful

This reverts commit 0e398706ab.
This commit is contained in:
2026-04-18 16:42:02 +02:00
parent 0e398706ab
commit bc7eb5f0c5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
spec: spec:
containers: containers:
- name: llama-swap - name: llama-swap
image: ghcr.io/mostlygeek/llama-swap:v202-rocm-b8808 image: ghcr.io/mostlygeek/llama-swap:v202-vulkan-b8808
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- /app/llama-swap - /app/llama-swap
+1 -1
View File
@@ -15,7 +15,7 @@
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/mostlygeek/llama-swap"], "matchPackageNames": ["ghcr.io/mostlygeek/llama-swap"],
"versioning": "regex:^v(?<major>[0-9]+)-rocm-b(?<patch>[0-9]+)$" "versioning": "regex:^v(?<major>[0-9]+)-vulkan-b(?<patch>[0-9]+)$"
}, },
{ {
"matchUpdateTypes": ["patch"], "matchUpdateTypes": ["patch"],