1 Commits

Author SHA1 Message Date
71e5d70996 Update renovate/renovate Docker tag to v43.59.2 2026-03-07 00:00:30 +00:00
2 changed files with 7 additions and 3 deletions

View File

@@ -460,8 +460,8 @@ models:
cmd: | cmd: |
/app/llama-server /app/llama-server
-hf unsloth/Qwen3-Coder-Next-GGUF:Q4_K_M -hf unsloth/Qwen3-Coder-Next-GGUF:Q4_K_M
--ctx-size 65536 --ctx-size 32768
--fit-target 1536 --fit-target 2048
--predict 8192 --predict 8192
--temp 1.0 --temp 1.0
--min-p 0.01 --min-p 0.01
@@ -599,6 +599,7 @@ models:
cmd: | cmd: |
/app/llama-server /app/llama-server
-hf unsloth/Qwen3.5-2B-GGUF:Q4_K_M -hf unsloth/Qwen3.5-2B-GGUF:Q4_K_M
--ctx-size 16384
--temp 0.6 --temp 0.6
--top-p 0.95 --top-p 0.95
--top-k 20 --top-k 20
@@ -612,6 +613,7 @@ models:
cmd: | cmd: |
/app/llama-server /app/llama-server
-hf unsloth/Qwen3.5-2B-GGUF:Q4_K_M -hf unsloth/Qwen3.5-2B-GGUF:Q4_K_M
--ctx-size 16384
--temp 0.6 --temp 0.6
--top-p 0.95 --top-p 0.95
--top-k 20 --top-k 20
@@ -625,6 +627,7 @@ models:
cmd: | cmd: |
/app/llama-server /app/llama-server
-hf unsloth/Qwen3.5-4B-GGUF:Q4_K_M -hf unsloth/Qwen3.5-4B-GGUF:Q4_K_M
--ctx-size 16384
--temp 0.6 --temp 0.6
--top-p 0.95 --top-p 0.95
--top-k 20 --top-k 20
@@ -638,6 +641,7 @@ models:
cmd: | cmd: |
/app/llama-server /app/llama-server
-hf unsloth/Qwen3.5-4B-GGUF:Q4_K_M -hf unsloth/Qwen3.5-4B-GGUF:Q4_K_M
--ctx-size 16384
--temp 0.6 --temp 0.6
--top-p 0.95 --top-p 0.95
--top-k 20 --top-k 20

View File

@@ -15,7 +15,7 @@ spec:
- name: renovate - name: renovate
# Update this to the latest available and then enable Renovate on # Update this to the latest available and then enable Renovate on
# the manifest # the manifest
image: renovate/renovate:43.59.3-full image: renovate/renovate:43.59.2-full
envFrom: envFrom:
- secretRef: - secretRef:
name: renovate-gitea-token name: renovate-gitea-token