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

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