Closed
Description
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
RPC loading of model through network takes a lot of time which makes it useless.
i think what will be best is like download whole model on both side and then just loading specific number of layer the network tells you to load, making it load only those index of layers speeding up the loading and also saving time on every launch.
Motivation
RPC loading of model through network takes a lot of time.
Possible Implementation
download whole model on both side and then just loading specific number of layer the network tells you to load.