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

Support model downloading/caching #8

Closed
carlosgjs opened this issue Dec 7, 2023 · 0 comments · Fixed by #34
Closed

Support model downloading/caching #8

carlosgjs opened this issue Dec 7, 2023 · 0 comments · Fixed by #34
Assignees
Milestone

Comments

@carlosgjs
Copy link
Collaborator

carlosgjs commented Dec 7, 2023

The models are too big to ship with the package, so a better approach is to download them on first use and cache them locally.

Subtasks:

  • Create an org in Huggingface
  • Upload the models to the org (two versions? 7b and 7b quantized?
  • Create a mapping of a model version+platform to physical model file
  • Add logic to download on-demand
  • Support model versioning and checking for newer models
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant