This is the official Helm chart repository for LLMKube - a Kubernetes operator for GPU-accelerated LLM inference.
Add the repository:
helm repo add llmkube https://defilantech.github.io/LLMKube
helm repo update
Install LLMKube:
helm install llmkube llmkube/llmkube \
--namespace llmkube-system \
--create-namespace
llmkube (v0.3.3) - Kubernetes operator for GPU-accelerated LLM inference