Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Add support of using local NVME for model storage #324

@surajssd

Description

@surajssd

Component

Helm Chart

Desired use case or feature

Right now there is no way to choose how to deal with the model cache. If you choose the hugging face then the model is by default stored in memory:

{{ `{{ if .HFModelName }}` }}
- name: model-cache
emptyDir: {}
{{ `{{ end }}` }}

And the other way is to use pvc.


I believe that we can offer a user the place to store model on the host nvme disks, when the model is being downloaded from the huggingface.

Proposed solution

Allow user to specify the hostpath or volume type when the model is being downloaded from HF.

Alternatives

No response

Additional context or screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    chartRelated to the Helm Chart
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions