-
Notifications
You must be signed in to change notification settings - Fork 477
Add Hardware settings doc page #2518
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
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| # Hardware | ||
|
|
||
| Tell the Hub which compute hardware you own (GPUs, CPUs, or Apple Silicon) and it will help you find models that run on your setup. It also appears on your public profile, so you can compare your setup with the community, and you can make it private any time. | ||
|
|
||
| Manage it any time from your [Hardware settings](https://huggingface.co/settings/hardware). | ||
|
|
||
| <div class="flex justify-center"> | ||
| <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/hardware-settings-light.png" alt="Hardware settings page in light mode."/> | ||
| <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/hardware-settings-dark.png" alt="Hardware settings page in dark mode."/> | ||
| </div> | ||
|
|
||
| ## Add your hardware | ||
|
|
||
| On your [Hardware settings](https://huggingface.co/settings/hardware) page, add each piece of hardware you own: | ||
|
|
||
| 1. Pick a **type**: GPU, CPU, or Apple Silicon. | ||
| 2. Choose the **provider** and **model** (for example, NVIDIA RTX 4090). | ||
| 3. Set the **memory** (VRAM, RAM, or unified memory) and the **number of units** you have. | ||
|
|
||
| Add as many items as you like. If you own several, mark one as your **primary** hardware so it appears first on model pages. | ||
|
|
||
| > [!TIP] | ||
| > Your hardware is public by default. Turn off the **Publicly Visible** toggle to keep it private. | ||
|
|
||
| ## See which models fit your hardware | ||
|
|
||
| On model pages that offer [GGUF](./gguf) or MLX files, a **Hardware compatibility** panel estimates whether each quantization will run on your saved hardware, so you can choose a size that fits before downloading. Pair it with [Local Apps](./local-apps) to get up and running in a couple of clicks. | ||
|
|
||
| ## Share and compare | ||
|
|
||
| While your hardware is public: | ||
|
|
||
| - A **TFLOPS** badge appears on your profile, summarizing your estimated total compute power. | ||
| - You can browse [what the community is running](https://huggingface.co/hardware) and see how your setup compares across GPUs, CPUs, and Apple Silicon. | ||
|
|
||
| ## Next steps | ||
|
|
||
| - [Use AI Models Locally](./local-apps) — run models with your favorite local app. | ||
| - [Local Agents with llama.cpp](./agents-local) — build a coding agent on your own hardware. | ||
|
gary149 marked this conversation as resolved.
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.