Compare commits
2 Commits
f661be21d4
...
0b2b031d65
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b2b031d65 | |||
| 9cfb599c7d |
@@ -210,3 +210,19 @@ models:
|
|||||||
${qwen35_sampling}
|
${qwen35_sampling}
|
||||||
${common_args}
|
${common_args}
|
||||||
${thinking_off}
|
${thinking_off}
|
||||||
|
|
||||||
|
"Qwen3.5-27B-GGUF:Q3_K_M":
|
||||||
|
cmd: |
|
||||||
|
/app/llama-server
|
||||||
|
-hf unsloth/Qwen3.5-27B-GGUF:Q3_K_M
|
||||||
|
${qwen35_sampling}
|
||||||
|
${common_args}
|
||||||
|
${thinking_on}
|
||||||
|
|
||||||
|
"Qwen3.5-27B-GGUF-nothink:Q3_K_M":
|
||||||
|
cmd: |
|
||||||
|
/app/llama-server
|
||||||
|
-hf unsloth/Qwen3.5-27B-GGUF:Q3_K_M
|
||||||
|
${qwen35_sampling}
|
||||||
|
${common_args}
|
||||||
|
${thinking_off}
|
||||||
|
|||||||
@@ -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.61.6-full
|
image: renovate/renovate:43.64.2-full
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: renovate-gitea-token
|
name: renovate-gitea-token
|
||||||
|
|||||||
Reference in New Issue
Block a user