Skip to content

Feature Request: ggml model cache and kv cache in remote rpc server #26455

Description

@vanmilleru

Prerequisites

  • I am running the latest code. Mention the version if possible as well.
  • I carefully followed the README.md.
  • I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
  • I reviewed the Discussions, and have a new and useful enhancement to share.

Feature Description

provide model cache and kv cache in remote rpc server

Motivation

Sometimes people need to load large models over low bandwidth Ethernet, which takes forever.

Possible Implementation

It's nice to have a check sum of the sent parameter or use the path to gguf file as the model cache key on the remote server. This will make startup and switching model work faster.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions