Skip to content

Commit

Permalink
Update ollama-server.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavan-kumar-99 authored Jun 8, 2024
1 parent 90469c3 commit 20b6ce4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions clusters/home-cluster/ollama/ollama-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ spec:
ollama:
# -- Automatically install Ollama Helm chart from https://otwld.github.io/ollama-helm/. Use [Helm Values](https://github.com/otwld/ollama-helm/#helm-values) to configure
enabled: true
image:
tag: "0.1.42"
resources:
requests:
cpu: "4000m"
Expand All @@ -49,8 +51,8 @@ spec:
enabled: true
type: 'nvidia'
number: 1
models:
- gemma
# models:
# - gemma
autoscaling:
enabled: false
minReplicas: 3
Expand Down

0 comments on commit 20b6ce4

Please sign in to comment.