From 670e0d72f11d4229984b5aaf8c72723d60a50db0 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Sat, 4 Jul 2026 15:18:50 -0400 Subject: [PATCH] custom qwen ollama --- apps/ollama/release.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/apps/ollama/release.yaml b/apps/ollama/release.yaml index c29374c..c9d5c46 100644 --- a/apps/ollama/release.yaml +++ b/apps/ollama/release.yaml @@ -22,10 +22,18 @@ spec: nvidiaResource: nvidia.com/gpu number: 1 models: - pull: - - qwen3.5:9b + create: + - name: qwen3.5:9b_custom + template: | + FROM qwen3.5:9b + 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 + - qwen3.5:9b_custom ingress: enabled: true annotations: