-
Notifications
You must be signed in to change notification settings - Fork 41
docs: update using "starter" distro than "ollama" #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. After #156 is merged, this file will have the same properties as There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i saw #156 is closed, any action still needed for this PR? |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
apiVersion: llamastack.io/v1alpha1 | ||
kind: LlamaStackDistribution | ||
metadata: | ||
name: llamastack-without-userconfig | ||
spec: | ||
replicas: 1 | ||
server: | ||
distribution: | ||
name: starter | ||
containerSpec: | ||
env: | ||
- name: OLLAMA_INFERENCE_MODEL | ||
value: "llama3.2:1b" | ||
- name: OLLAMA_URL | ||
value: "http://ollama-server-service.ollama-dist.svc.cluster.local:11434" | ||
storage: | ||
size: "10Gi" # Optional - defaults to 10Gi | ||
mountPath: "/home/lls/.lls" # Optional - defaults to /.llama |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
{ | ||
"starter": "docker.io/llamastack/distribution-starter:latest", | ||
"ollama": "docker.io/llamastack/distribution-ollama:latest", | ||
"bedrock": "docker.io/llamastack/distribution-bedrock:latest", | ||
"remote-vllm": "docker.io/llamastack/distribution-remote-vllm:latest", | ||
"tgi": "docker.io/llamastack/distribution-tgi:latest", | ||
"together": "docker.io/llamastack/distribution-together:latest", | ||
"vllm-gpu": "docker.io/llamastack/distribution-vllm-gpu:latest" | ||
"starter": "docker.io/llamastack/distribution-starter:latest", | ||
"remote-vllm": "docker.io/llamastack/distribution-remote-vllm:latest", | ||
"meta-reference-gpu": "docker.io/llamastack/distribution-meta-reference-gpu:latest", | ||
"postgres-demo": "docker.io/llamastack/distribution-postgres-demo:latest" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If #156 merges before this PR, this file can be deleted.