huggingface-hub 0.24.1__py3-none-any.whl → 0.24.2__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 +1 -1
- huggingface_hub/hf_api.py +2 -2
- {huggingface_hub-0.24.1.dist-info → huggingface_hub-0.24.2.dist-info}/METADATA +1 -1
- {huggingface_hub-0.24.1.dist-info → huggingface_hub-0.24.2.dist-info}/RECORD +8 -8
- {huggingface_hub-0.24.1.dist-info → huggingface_hub-0.24.2.dist-info}/LICENSE +0 -0
- {huggingface_hub-0.24.1.dist-info → huggingface_hub-0.24.2.dist-info}/WHEEL +0 -0
- {huggingface_hub-0.24.1.dist-info → huggingface_hub-0.24.2.dist-info}/entry_points.txt +0 -0
- {huggingface_hub-0.24.1.dist-info → huggingface_hub-0.24.2.dist-info}/top_level.txt +0 -0
huggingface_hub/__init__.py
CHANGED
huggingface_hub/hf_api.py
CHANGED
|
@@ -3801,7 +3801,7 @@ class HfApi:
|
|
|
3801
3801
|
|
|
3802
3802
|
# Get latest commit info
|
|
3803
3803
|
try:
|
|
3804
|
-
info = self.repo_info(repo_id=repo_id, repo_type=repo_type, revision=
|
|
3804
|
+
info = self.repo_info(repo_id=repo_id, repo_type=repo_type, revision=unquoted_revision, token=token)
|
|
3805
3805
|
except RepositoryNotFoundError as e:
|
|
3806
3806
|
e.append_to_message(_CREATE_COMMIT_NO_REPO_ERROR_MESSAGE)
|
|
3807
3807
|
raise
|
|
@@ -3822,7 +3822,7 @@ class HfApi:
|
|
|
3822
3822
|
repo_type=repo_type,
|
|
3823
3823
|
repo_id=repo_id,
|
|
3824
3824
|
headers=headers,
|
|
3825
|
-
revision=
|
|
3825
|
+
revision=unquoted_revision,
|
|
3826
3826
|
endpoint=self.endpoint,
|
|
3827
3827
|
)
|
|
3828
3828
|
commit_payload = _prepare_commit_payload(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: huggingface-hub
|
|
3
|
-
Version: 0.24.
|
|
3
|
+
Version: 0.24.2
|
|
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=SwU8lwrGTWMwmxGEtUdkOpsUf9F_f7mQffM3o9fY_WY,33897
|
|
2
2
|
huggingface_hub/_commit_api.py,sha256=Yj1ft_WbsnqjSbiYHgdqGmLTF6BTA4E8kAGYW89t2sQ,31057
|
|
3
3
|
huggingface_hub/_commit_scheduler.py,sha256=nlJS_vnLb8i92NLrRwJX8Mg9QZ7f3kfLbLlQuEd5YjU,13647
|
|
4
4
|
huggingface_hub/_inference_endpoints.py,sha256=th6vlJ2vUg314x7uMLzQHfy4AuX5mFlJqNobVIz5yOY,15944
|
|
@@ -15,7 +15,7 @@ huggingface_hub/constants.py,sha256=BG3n2gl4JbxMw_JRvNTFyMcNnZIPzvT3KXSH-jm2J08,
|
|
|
15
15
|
huggingface_hub/errors.py,sha256=IM0lNbExLzaYEs0HrrPvY4-kyj6DiP2Szu7Jy9slHOE,2083
|
|
16
16
|
huggingface_hub/fastai_utils.py,sha256=5I7zAfgHJU_mZnxnf9wgWTHrCRu_EAV8VTangDVfE_o,16676
|
|
17
17
|
huggingface_hub/file_download.py,sha256=Lf1RhCMb9HkXPUy90O_zUc-fonmFTwE2xadbZpVoKrM,84243
|
|
18
|
-
huggingface_hub/hf_api.py,sha256=
|
|
18
|
+
huggingface_hub/hf_api.py,sha256=2tcE3gCnASv2UEVst_oMzTZiKmjlTraV7bP8ujbDmLQ,406710
|
|
19
19
|
huggingface_hub/hf_file_system.py,sha256=HlYbWFhMrPWNqGUQfQrZR6H70QK0PgsxRvO4FantCNc,39160
|
|
20
20
|
huggingface_hub/hub_mixin.py,sha256=bm5hZGeOHBSUBfiAXJv8cU05nAZr65TxnkUJLWLwAEg,37308
|
|
21
21
|
huggingface_hub/inference_api.py,sha256=UXOKu_Ez2I3hDsjguqCcCrj03WFDndehpngYiIAucdg,8331
|
|
@@ -107,9 +107,9 @@ huggingface_hub/utils/insecure_hashlib.py,sha256=OjxlvtSQHpbLp9PWSrXBDJ0wHjxCBU-
|
|
|
107
107
|
huggingface_hub/utils/logging.py,sha256=Cp03s0uEl3kDM9XHQW9a8GAoExODQ-e7kEtgMt-_To8,4728
|
|
108
108
|
huggingface_hub/utils/sha.py,sha256=OFnNGCba0sNcT2gUwaVCJnldxlltrHHe0DS_PCpV3C4,2134
|
|
109
109
|
huggingface_hub/utils/tqdm.py,sha256=jQiVYwRG78HK4_54u0vTtz6Kt9IMGiHy3ixbIn3h2TU,9368
|
|
110
|
-
huggingface_hub-0.24.
|
|
111
|
-
huggingface_hub-0.24.
|
|
112
|
-
huggingface_hub-0.24.
|
|
113
|
-
huggingface_hub-0.24.
|
|
114
|
-
huggingface_hub-0.24.
|
|
115
|
-
huggingface_hub-0.24.
|
|
110
|
+
huggingface_hub-0.24.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
111
|
+
huggingface_hub-0.24.2.dist-info/METADATA,sha256=v6G7PRFjD854k5FqvZSixwtHyQq2bMb5wNvWcfwMRqk,13183
|
|
112
|
+
huggingface_hub-0.24.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
113
|
+
huggingface_hub-0.24.2.dist-info/entry_points.txt,sha256=Y3Z2L02rBG7va_iE6RPXolIgwOdwUFONyRN3kXMxZ0g,131
|
|
114
|
+
huggingface_hub-0.24.2.dist-info/top_level.txt,sha256=8KzlQJAY4miUvjAssOAJodqKOw3harNzuiwGQ9qLSSk,16
|
|
115
|
+
huggingface_hub-0.24.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|