Skip to content

Conversation

@VaishnaviHire
Copy link
Collaborator

@VaishnaviHire VaishnaviHire commented Dec 5, 2025

Fixes #164
Expose worker field in LlamaStackDistribution CR

Example CR

spec:
  server:
    containerSpec:
      env:
        - name: OLLAMA_INFERENCE_MODEL
          value: 'llama3.2:1b'
        - name: OLLAMA_URL
          value: 'http://ollama-server-service.ollama-dist.svc.cluster.local:11434'
      name: llama-stack
    distribution:
      name: starter
    workers: 2

Signed-off-by: Vaishnavi Hire <vhire@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add LLS worker capability

1 participant