Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accelerate model loading #103

Closed
3 tasks
kerthcet opened this issue Aug 21, 2024 · 3 comments
Closed
3 tasks

Accelerate model loading #103

kerthcet opened this issue Aug 21, 2024 · 3 comments
Labels
feature Categorizes issue or PR as related to a new feature. important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. needs-triage Indicates an issue or PR lacks a label and requires one.

Comments

@kerthcet
Copy link
Member

kerthcet commented Aug 21, 2024

What would you like to be added:

Generally,

  • if user use object stores, they can use fluid as distributed caching system
  • if user use oci images, they can use dragonfly for p2p accelerating

However, there are 2 gaps here:

  • what about user download model weights from model hub, we should only download once and then using the cache, but we can't achieve this today. One way is download the model weights to the file system or cache system
  • However this bring another problem, what if people don't have these two additional components, we should still have ways to accelerate the model loading by default.

Why is this needed:

Minimum the configurations but still enjoy the accelerating.

Completion requirements:

This enhancement requires the following artifacts:

  • Design doc
  • API change
  • Docs update

The artifacts should be linked in subsequent comments.

@InftyAI-Agent InftyAI-Agent added needs-triage Indicates an issue or PR lacks a label and requires one. needs-kind Indicates a PR lacks a label and requires one. needs-priority Indicates a PR lacks a label and requires one. labels Aug 21, 2024
@kerthcet
Copy link
Member Author

/kind feature

@InftyAI-Agent InftyAI-Agent added feature Categorizes issue or PR as related to a new feature. and removed needs-kind Indicates a PR lacks a label and requires one. labels Aug 21, 2024
@kerthcet
Copy link
Member Author

/priority important-soon

@InftyAI-Agent InftyAI-Agent added important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. and removed needs-priority Indicates a PR lacks a label and requires one. labels Aug 21, 2024
@kerthcet
Copy link
Member Author

/close
duplicated as #119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Categorizes issue or PR as related to a new feature. important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. needs-triage Indicates an issue or PR lacks a label and requires one.
Projects
None yet
Development

No branches or pull requests

2 participants