develop.md
June 10, 2025 · View on GitHub
Project Structure
llmaz # root
├── bin # where the binaries locates, like the kustomize, ginkgo, etc.
├── chart # where the helm chart locates
├── cmd # where the main entry locates
├── docs # where all the documents locate, like examples, installation guidance, etc.
├── llmaz # where the model loader logic locates
├── pkg # where the main logic for Kubernetes controllers locates
API design
Core APIs
See the API Reference for more details.
Inference APIs
See the API Reference for more details.