1 Commits

Author SHA1 Message Date
bb666757ba Update renovate/renovate Docker tag to v41.74.2 2025-08-16 00:00:38 +00:00
3 changed files with 5 additions and 33 deletions

View File

@@ -72,14 +72,12 @@ spec:
"gemma3-12b-q2",
"gemma3-12b-novision",
"gemma3-4b",
"gemma3-4b-novision",
"Qwen3-4B-Thinking-2507",
"Qwen3-4B-Thinking-2507-long-ctx"
"gemma3-4b-novision"
]
titleConvo: true
titleModel: "gemma3-4b-novision"
titleModel: "current_model"
summarize: false
summaryModel: "gemma3-4b-novision"
summaryModel: "current_model"
forcePrompt: false
modelDisplayLabel: "Llama.cpp"
imageVolume:

View File

@@ -26,7 +26,7 @@ models:
--jinja --chat-template-file /config/qwen_nothink_chat_template.jinja
--no-warmup
--port ${PORT}
"gemma3n-e4b":
"gemma3n-e3b":
ttl: 600
cmd: |
/app/llama-server
@@ -119,29 +119,3 @@ models:
--no-mmproj
--no-warmup
--port ${PORT}
"Qwen3-4B-Thinking-2507":
ttl: 600
cmd: |
/app/llama-server
-hf unsloth/Qwen3-4B-Thinking-2507-GGUF:Q4_K_M
-ngl 99 -c 16384 --predict 8192
--temp 0.6
--min-p 0.00
--top-p 0.95
--top-k 20
--repeat-penalty 1.0
--no-warmup
--port ${PORT}
"Qwen3-4B-Thinking-2507-long-ctx":
ttl: 600
cmd: |
/app/llama-server
-hf unsloth/Qwen3-4B-Thinking-2507-GGUF:Q4_K_M
-ngl 99 -c 262144 --predict 81920
--temp 0.6
--min-p 0.00
--top-p 0.95
--top-k 20
--repeat-penalty 1.0
--no-warmup
--port ${PORT}

View File

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