Skip to content

Commit f7a76f3

Browse files
julien-cClaude
andauthored
Update CLI references from huggingface-cli to hf (#2275)
The Homebrew formula and CLI command have been renamed from `huggingface-cli` to `hf`. Co-authored-by: Claude <Agents+claude@huggingface.co>
1 parent 6686190 commit f7a76f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/hub/agents-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ powershell -ExecutionPolicy ByPass -c "irm https://hf.co/cli/install.ps1 | iex"
4242
pip install -U huggingface_hub
4343

4444
# Using Homebrew (macOS)
45-
brew install huggingface-cli
45+
brew install hf
4646

4747
# Using uvx (no install needed)
4848
uvx hf --help

docs/hub/datasets-lance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Streaming is great for sampling metadata to understand what you have. For vector
4747

4848
> [!WARNING]
4949
> Streaming is fast for sampling simple scalar metadata but not as quick for embeddings or large multimodal assets. To work with large datasets, it's recommended to scan the metadata, identify subsets of what you need, and download that portion of the dataset locally to avoid facing Hub rate limits:
50-
> `huggingface-cli download lance-format/laion-1m --repo-type dataset --local-dir ./laion`
50+
> `hf download lance-format/laion-1m --repo-type dataset --local-dir ./laion`
5151
5252
## Stream from the Hub with `lance.dataset`
5353

docs/hub/jobs-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Recommended approach:
2424
Or using Homebrew:
2525

2626
```bash
27-
>>> brew install huggingface-cli
27+
>>> brew install hf
2828
```
2929

3030
Or using uv:

0 commit comments

Comments
 (0)