Skip to content

Files

Latest commit

045591d · Feb 7, 2025

History

History
25 lines (17 loc) · 734 Bytes

develop.md

File metadata and controls

25 lines (17 loc) · 734 Bytes

Develop Guidance

A develop guidance for people who want to learn more about this project.

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.