Motivation:
The current labs downloads models directly from Hugging Face at runtime. While this is convenient for getting started, many production and enterprise environments require models to be packaged, versioned, and distributed through internal registries rather than fetched from external repositories.
This guide would demonstrate how to replace the runtime Hugging Face download with a KitOps ModelKit. The model is pulled into the Pod via a KitOps initContainer and served locally by vLLM or SGLang, eliminating the need for vllm serve or runtime Hugging Face downloads.
This approach provides several benefits:
- Demonstrates a production-ready model delivery workflow using OCI artifacts.
- Enables reproducible, versioned model deployments.
- Shows how HAMi integrates with modern AI supply chain tooling beyond the default Hugging Face workflow.
Motivation:
The current labs downloads models directly from Hugging Face at runtime. While this is convenient for getting started, many production and enterprise environments require models to be packaged, versioned, and distributed through internal registries rather than fetched from external repositories.
This guide would demonstrate how to replace the runtime Hugging Face download with a KitOps ModelKit. The model is pulled into the Pod via a KitOps initContainer and served locally by vLLM or SGLang, eliminating the need for vllm serve or runtime Hugging Face downloads.
This approach provides several benefits: