huggingface-hub 1.0.0rc5__py3-none-any.whl → 1.0.0rc6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of huggingface-hub might be problematic. Click here for more details.
- huggingface_hub/__init__.py +6 -1
- {huggingface_hub-1.0.0rc5.dist-info → huggingface_hub-1.0.0rc6.dist-info}/METADATA +1 -1
- {huggingface_hub-1.0.0rc5.dist-info → huggingface_hub-1.0.0rc6.dist-info}/RECORD +7 -7
- {huggingface_hub-1.0.0rc5.dist-info → huggingface_hub-1.0.0rc6.dist-info}/LICENSE +0 -0
- {huggingface_hub-1.0.0rc5.dist-info → huggingface_hub-1.0.0rc6.dist-info}/WHEEL +0 -0
- {huggingface_hub-1.0.0rc5.dist-info → huggingface_hub-1.0.0rc6.dist-info}/entry_points.txt +0 -0
- {huggingface_hub-1.0.0rc5.dist-info → huggingface_hub-1.0.0rc6.dist-info}/top_level.txt +0 -0
huggingface_hub/__init__.py
CHANGED
|
@@ -46,7 +46,7 @@ import sys
|
|
|
46
46
|
from typing import TYPE_CHECKING
|
|
47
47
|
|
|
48
48
|
|
|
49
|
-
__version__ = "1.0.0.
|
|
49
|
+
__version__ = "1.0.0.rc6"
|
|
50
50
|
|
|
51
51
|
# Alphabetical order of definitions is ensured in tests
|
|
52
52
|
# WARNING: any comment added in this dictionary definition will be lost when
|
|
@@ -111,6 +111,9 @@ _SUBMOD_ATTRS = {
|
|
|
111
111
|
"WebhooksServer",
|
|
112
112
|
"webhook_endpoint",
|
|
113
113
|
],
|
|
114
|
+
"cli._cli_utils": [
|
|
115
|
+
"typer_factory",
|
|
116
|
+
],
|
|
114
117
|
"community": [
|
|
115
118
|
"Discussion",
|
|
116
119
|
"DiscussionComment",
|
|
@@ -949,6 +952,7 @@ __all__ = [
|
|
|
949
952
|
"super_squash_history",
|
|
950
953
|
"suspend_scheduled_job",
|
|
951
954
|
"try_to_load_from_cache",
|
|
955
|
+
"typer_factory",
|
|
952
956
|
"unlike",
|
|
953
957
|
"update_collection_item",
|
|
954
958
|
"update_collection_metadata",
|
|
@@ -1117,6 +1121,7 @@ if TYPE_CHECKING: # pragma: no cover
|
|
|
1117
1121
|
WebhooksServer, # noqa: F401
|
|
1118
1122
|
webhook_endpoint, # noqa: F401
|
|
1119
1123
|
)
|
|
1124
|
+
from .cli._cli_utils import typer_factory # noqa: F401
|
|
1120
1125
|
from .community import (
|
|
1121
1126
|
Discussion, # noqa: F401
|
|
1122
1127
|
DiscussionComment, # noqa: F401
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: huggingface-hub
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.0rc6
|
|
4
4
|
Summary: Client library to download and publish models, datasets and other repos on the huggingface.co hub
|
|
5
5
|
Home-page: https://github.com/huggingface/huggingface_hub
|
|
6
6
|
Author: Hugging Face, Inc.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
huggingface_hub/__init__.py,sha256=
|
|
1
|
+
huggingface_hub/__init__.py,sha256=1jeo3rG8MNLcO8Zm3qhAP3qm8Yaul9KQZrnswxQPOSg,52043
|
|
2
2
|
huggingface_hub/_commit_api.py,sha256=4iFe5TQpS8jTRW7sDWut6HUU1eOkw80G5nJooaDKiOM,40890
|
|
3
3
|
huggingface_hub/_commit_scheduler.py,sha256=tqcdWVGJRIxGQtkFHs_AgBdN9ztUjOQSuAhfMAr1ieM,14751
|
|
4
4
|
huggingface_hub/_inference_endpoints.py,sha256=cGiZg244nIOi2OLTqm4V8-ZUY3O0Rr7NlOmoLeHUIbY,17592
|
|
@@ -142,9 +142,9 @@ huggingface_hub/utils/insecure_hashlib.py,sha256=z3dVUFvdBZ8kQI_8Vzvvlr3ims-EBiY
|
|
|
142
142
|
huggingface_hub/utils/logging.py,sha256=N6NXaCcbPbZSF-Oe-TY3ZnmkpmdFVyTOV8ASo-yVXLE,4916
|
|
143
143
|
huggingface_hub/utils/sha.py,sha256=OFnNGCba0sNcT2gUwaVCJnldxlltrHHe0DS_PCpV3C4,2134
|
|
144
144
|
huggingface_hub/utils/tqdm.py,sha256=-9gfgNA8bg5v5YBToSuB6noClI3a6YaGeFZP61IWmeY,10662
|
|
145
|
-
huggingface_hub-1.0.
|
|
146
|
-
huggingface_hub-1.0.
|
|
147
|
-
huggingface_hub-1.0.
|
|
148
|
-
huggingface_hub-1.0.
|
|
149
|
-
huggingface_hub-1.0.
|
|
150
|
-
huggingface_hub-1.0.
|
|
145
|
+
huggingface_hub-1.0.0rc6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
146
|
+
huggingface_hub-1.0.0rc6.dist-info/METADATA,sha256=iKnm7T2O1Yslql87ILShNoaCgys4ANJdPecD9YXJ7yo,14164
|
|
147
|
+
huggingface_hub-1.0.0rc6.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
148
|
+
huggingface_hub-1.0.0rc6.dist-info/entry_points.txt,sha256=8Dw-X6nV_toOLZqujrhQMj2uTLs4wzV8EIF1y3FlzVs,153
|
|
149
|
+
huggingface_hub-1.0.0rc6.dist-info/top_level.txt,sha256=8KzlQJAY4miUvjAssOAJodqKOw3harNzuiwGQ9qLSSk,16
|
|
150
|
+
huggingface_hub-1.0.0rc6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|