2 Commits

Author SHA1 Message Date
Lumpiasty 0e398706ab switch llama from vulkan to rocm
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
2026-04-18 15:49:17 +02:00
Lumpiasty 480fb1c6d6 set bonsai model ctx to 64k 2026-04-18 15:48:30 +02:00
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -5,6 +5,7 @@ logToStdout: "both" # proxy and upstream
macros:
base_args: "--no-warmup --port ${PORT}"
common_args: "--fit-target 1536 --no-warmup --port ${PORT}"
ctx_64k: "--ctx-size 65536"
ctx_128k: "--ctx-size 131072"
ctx_256k: "--ctx-size 262144"
gemma_sampling: "--prio 2 --temp 1.0 --repeat-penalty 1.0 --min-p 0.00 --top-k 64 --top-p 0.95"
@@ -283,10 +284,12 @@ models:
${ctx_128k}
${gemma4_sampling}
${common_args}
"prism-ml/Bonsai-8B-gguf":
cmd: |
/app/llama-server
-hf prism-ml/Bonsai-8B-gguf
${ctx_64k}
--temp 0.5 --top-p 0.9 --top-k 20 --min-p 0.00
--repeat-penalty 1.0 -ctk q8_0 -ctv q8_0
${common_args}
+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"],