qwen to gemma

This commit is contained in:
Michael Thomson
2026-07-30 18:33:05 -04:00
parent 7d30038f4d
commit 9fa531faf2
+15 -13
View File
@@ -21,19 +21,21 @@ spec:
type: nvidia
number: 1
models:
create:
- name: qwen3.5:9b-custom
template: |
FROM qwen3.5:9b
PARAMETER num_ctx 8192
PARAMETER temperature 1.0
PARAMETER top_p 0.95
PARAMETER top_k 20
PARAMETER min_p 0.0
PARAMETER presence_penalty 1.5
PARAMETER repetition_penalty 1.0
run:
- qwen3.5:9b-custom
pull:
- gemma4:12b
# create:
# - name: qwen3.5:9b-custom
# template: |
# FROM qwen3.5:9b
# PARAMETER num_ctx 8192
# PARAMETER temperature 1.0
# PARAMETER top_p 0.95
# PARAMETER top_k 20
# PARAMETER min_p 0.0
# PARAMETER presence_penalty 1.5
# PARAMETER repetition_penalty 1.0
# run:
# - qwen3.5:9b-custom
ingress:
enabled: true
annotations: