[models] add a local-apps-page#1877
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. |
| title: Frequently Asked Questions | ||
| - local: model-release-checklist | ||
| title: Model Release Checklist | ||
| - local: local-apps |
There was a problem hiding this comment.
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.
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.
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.
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.
yeah! it's blurry for me too.
|
Perhaps a text-to-image example would also be cool (and very visual) |
Vaibhavs10
left a comment
There was a problem hiding this comment.
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>
Vaibhavs10
left a comment
There was a problem hiding this comment.
Good to merge on my side, we can iterate on the order in subsequent PRs
|
|
||
|  | ||
|
|
||
| 4. **Copy and run** the provided command in your terminal. |
There was a problem hiding this comment.
technically in many (most?) cases the link is a deep-link to open the app with the specified model, not a command to copy/paste
(cc @gary149 too for viz)
This PR add a dedicated page on local apps.