docs: promote brew install for hf-mount#2437
Merged
davanstrien merged 4 commits intomainfrom Apr 28, 2026
Merged
Conversation
hf-mount is now in homebrew-core (brew install hf-mount). Lead with brew across the three install snippets and keep the install.sh one-liner as an alternative on the main hf-mount section in storage-buckets-access.md. Follow-up to #2406 (julien-c review note). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
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. |
Users on Linux/servers without Homebrew can still use the install.sh one-liner. Added as an inline `# or:` comment in the two compact examples. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Match house style (xet, hf CLI, llama.cpp): brew block, "Or using an installation script:" prose, curl block, then the mount command. Cleaner for human readers and more reliably parseable for agents extracting install commands from code blocks. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
XciD
reviewed
Apr 27, 2026
The hf-mount install.sh script no longer exists (404). Brew is the only install path now — drop curl alternative across all three pages. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Member
Author
|
@XciD updated per your note |
pcuenca
approved these changes
Apr 28, 2026
XciD
approved these changes
Apr 28, 2026
Member
|
YAY |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
hf-mountis now in homebrew-core andbrew install hf-mountis the install path. Per @XciD's review note, theinstall.shscript has been removed from the hf-mount repo — so this PR drops curl references entirely and uses brew everywhere.Files changed
docs/hub/storage-buckets-access.md— main hf-mount install sectiondocs/hub/models-downloading.md— "Using hf-mount" subsectiondocs/hub/datasets-downloading.md— "Using hf-mount" subsectionFollow-up to #2406 — addresses @julien-c's review note: "remember to mention brew after it's in brew".
Test plan
🤖 Generated with Claude Code