-
Notifications
You must be signed in to change notification settings - Fork 349
[models] add a local-apps-page #1877
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
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
@@ -134,6 +134,8 @@ | |||
title: Frequently Asked Questions | |||
- local: model-release-checklist | |||
title: Model Release Checklist | |||
- local: local-apps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe this and model-release-checklist
should go above the FAQ? cc @gary149
- **Privacy**: You won't be sending your data to a remote server. | ||
- **Speed**: Your hardware is the limiting factor, not the server or connection speed. | ||
- **Control**: You can configure models to your liking. | ||
- **Cost**: You can run models locally without paying for an API provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe also Flexibility
, to switch models when a better one comes out for your use-case. Related with Control
, but perhaps merits a bullet point?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about this since, technically you can swap to the latest closed source model with just a keyword change.
|
||
1. **Enable local apps** in your [Local Apps settings](https://huggingface.co/settings/local-apps). | ||
|
||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: the screenshot looks a bit blurry to me, can we maybe try to export in 2x? Also, do we need a dark version too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah! it's blurry for me too.
Perhaps a text-to-image example would also be cool (and very visual) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall (left some suggestions in DM) and perhaps we could link: https://huggingface.co/docs/hub/en/gguf-llamacpp (for llama.cpp)
and https://huggingface.co/docs/hub/en/ollama for ollama these are quite informative overall.
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to merge on my side, we can iterate on the order in subsequent PRs
This PR add a dedicated page on local apps.