From b50977c5a094e7747e7f39951506a1686bdd8e73 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 20 Dec 2025 14:16:22 -0300 Subject: [PATCH] ai: allow ollama to share titan-24 gpu --- services/ai-llm/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/ai-llm/deployment.yaml b/services/ai-llm/deployment.yaml index f9098db4..71a54ed1 100644 --- a/services/ai-llm/deployment.yaml +++ b/services/ai-llm/deployment.yaml @@ -77,8 +77,6 @@ spec: requests: cpu: "2" memory: 8Gi - nvidia.com/gpu: 1 limits: cpu: "4" memory: 12Gi - nvidia.com/gpu: 1