A demo distribution descriptor to be used with LlamaChat Can be made to work with the community OGX Operator on Openshift/K8s with minimal effort. Still not tested though.
- Create venv
$ uv venv -p <python environment> .venv
$ uv add ogx ogx-api- Build llama stack distribution
$ uv run ogx stack build --template starter --image-type venv --config llama-stack-config.yaml- Run Stack
$ uv run ogx stack run --image-type venv llama-stack-config.yaml- Proper build instructions
- Run via Podman