We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3a252 commit f2872adCopy full SHA for f2872ad
utils/hf/README.md
@@ -39,8 +39,6 @@ uvx hf auth whoami
39
uvx hf download MiniMaxAI/MiniMax-M2
40
```
41
42
-This provides a cleaner alternative to `uvx --from huggingface_hub huggingface-cli`.
43
-
44
## Note
45
46
The legacy `hf` package (which provided a Mapping interface to HuggingFace) has been moved to [hfdol](https://pypi.org/project/hfdol/).
utils/hf/hf/__init__.py
@@ -1,5 +1,3 @@
1
raise ImportError(
2
- "The 'hf' package only provides a CLI entry point. "
3
- "It cannot be imported. Please install 'huggingface_hub' instead:\n\n"
4
- " pip install huggingface_hub\n"
+ "The 'hf' package only provides a CLI entry point. It cannot be imported. Please import 'huggingface_hub' instead."
5
)
0 commit comments