Skip to content

Commit 1abb1db

Browse files
authored
Merge pull request #11 from matzew/update_llsd
Update llsd configuration to support latest llama stack server
2 parents 5b36756 + eeda444 commit 1abb1db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/llamastack-distro/00-llamastackdistribution.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ spec:
66
replicas: 1
77
server:
88
distribution:
9-
name: ollama
9+
name: starter
1010
containerSpec:
1111
env:
12-
- name: INFERENCE_MODEL
12+
- name: OLLAMA_INFERENCE_MODEL
1313
value: llama3.2:1b
1414
- name: OLLAMA_URL
1515
value: http://ollama-server-service.ollama-dist.svc.cluster.local:11434
16+
- name: ENABLE_OLLAMA
17+
value: ollama
1618
name: llama-stack
1719
resources: {}
1820
storage:

0 commit comments

Comments
 (0)