Upload entry_points.txt with huggingface_hub
Browse files- entry_points.txt +6 -0
entry_points.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[console_scripts]
|
| 2 |
+
huggingface-cli = huggingface_hub.commands.huggingface_cli:main
|
| 3 |
+
|
| 4 |
+
[fsspec.specs]
|
| 5 |
+
hf=huggingface_hub.HfFileSystem
|
| 6 |
+
|