Compare commits
2 Commits
d701485823
...
0e398706ab
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e398706ab | |||
| 480fb1c6d6 |
@@ -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}
|
||||
|
||||
@@ -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
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user