Prerequisites
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.
Prerequisites
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.