Skip to content

Suggestion: Add a lab for running inference of model using a KitOps Modelkit instead of Huggingace #561

Description

@shivaylamba

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions