Skip to content

Collection of demos for building Llama Stack based apps on OpenShift

License

Notifications You must be signed in to change notification settings

opendatahub-io/llama-stack-on-ocp

Folders and files

NameName
Last commit message
Last commit date
Apr 7, 2025
Apr 8, 2025
Apr 4, 2025
Apr 7, 2025
Apr 4, 2025
Apr 4, 2025
Mar 28, 2025
Apr 1, 2025
Apr 2, 2025
Apr 8, 2025
Apr 8, 2025
Apr 8, 2025
Apr 8, 2025

Repository files navigation

Llama Stack on OCP

Requirements

The following scenario requires at minimum the following:

  • OpenShift Cluster 4.17+
  • 8 GPUs free (A100 or H100)

Deploy

A kustomization.yaml file exists to launch all required Kubernetes objects for the scenarios defined in the repository. To create run the following.

oc new-project llama-serve
oc apply -k kubernetes

Running Demos and Notebooks

This project uses uv as its package manager for the python based notebooks and demo scripts. You can quickly set up your working environment by following these steps:

  1. pip install uv
  2. uv sync
  3. source .venv/bin/activate

Once you are using the virtual environment, you should be good to run any script in app/src.

About

Collection of demos for building Llama Stack based apps on OpenShift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published