Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def get_version() -> str:
entry_points={
"console_scripts": [
"huggingface-cli=huggingface_hub.commands.huggingface_cli:main",
"huggingface=huggingface_hub.commands.huggingface_cli:main",

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"huggingface=huggingface_hub.commands.huggingface_cli:main",
"huggingface=huggingface_hub.commands.huggingface_cli:main",
"hf=huggingface_hub.commands.huggingface_cli:main",

in case we want to be even crazier

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer hf than huggingface TBH (if we're changing this we should go all the way IMO).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ small preference for hf too

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so we don't keep hf for the Rust/natively compiled client? =)

Ok for me i guess

"tiny-agents=huggingface_hub.inference._mcp.cli:app",
],
"fsspec.specs": "hf=huggingface_hub.HfFileSystem",
Expand Down