From 1aba3fb834649630cf6b749f4873159e7dbeccc4 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 25 Jan 2025 23:47:00 -0600 Subject: [PATCH] adjust values --- clusters/cl01tl/platform/ollama/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/platform/ollama/values.yaml b/clusters/cl01tl/platform/ollama/values.yaml index 3d82b8a4e..2fac76b36 100644 --- a/clusters/cl01tl/platform/ollama/values.yaml +++ b/clusters/cl01tl/platform/ollama/values.yaml @@ -42,11 +42,13 @@ ollama: name: ollama-key-secret key: civitai-key - name: WEBUI_ARGS - value: --api --listen + value: --api --listen --always-batch-cond-uncond --opt-split-attention --device-id=0 - name: CF_QUICK_TUNNELS value: false - name: WEB_ENABLE_AUTH value: false + - name: PORT + value: "7860" resources: requests: cpu: 100m