huggingface-hub 0.28.0rc5__py3-none-any.whl → 0.29.0rc0__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 -4
- huggingface_hub/constants.py +16 -11
- huggingface_hub/file_download.py +10 -6
- huggingface_hub/hf_api.py +53 -23
- huggingface_hub/inference/_client.py +151 -84
- huggingface_hub/inference/_common.py +3 -27
- huggingface_hub/inference/_generated/_async_client.py +147 -83
- huggingface_hub/inference/_generated/types/__init__.py +1 -1
- huggingface_hub/inference/_generated/types/audio_classification.py +4 -5
- huggingface_hub/inference/_generated/types/audio_to_audio.py +3 -4
- huggingface_hub/inference/_generated/types/automatic_speech_recognition.py +7 -8
- huggingface_hub/inference/_generated/types/base.py +21 -0
- huggingface_hub/inference/_generated/types/chat_completion.py +29 -30
- huggingface_hub/inference/_generated/types/depth_estimation.py +3 -4
- huggingface_hub/inference/_generated/types/document_question_answering.py +5 -6
- huggingface_hub/inference/_generated/types/feature_extraction.py +5 -6
- huggingface_hub/inference/_generated/types/fill_mask.py +4 -5
- huggingface_hub/inference/_generated/types/image_classification.py +4 -5
- huggingface_hub/inference/_generated/types/image_segmentation.py +4 -5
- huggingface_hub/inference/_generated/types/image_to_image.py +5 -6
- huggingface_hub/inference/_generated/types/image_to_text.py +5 -6
- huggingface_hub/inference/_generated/types/object_detection.py +5 -6
- huggingface_hub/inference/_generated/types/question_answering.py +5 -6
- huggingface_hub/inference/_generated/types/sentence_similarity.py +3 -4
- huggingface_hub/inference/_generated/types/summarization.py +4 -5
- huggingface_hub/inference/_generated/types/table_question_answering.py +5 -6
- huggingface_hub/inference/_generated/types/text2text_generation.py +4 -5
- huggingface_hub/inference/_generated/types/text_classification.py +4 -5
- huggingface_hub/inference/_generated/types/text_generation.py +12 -13
- huggingface_hub/inference/_generated/types/text_to_audio.py +5 -6
- huggingface_hub/inference/_generated/types/text_to_image.py +8 -15
- huggingface_hub/inference/_generated/types/text_to_speech.py +5 -6
- huggingface_hub/inference/_generated/types/text_to_video.py +4 -5
- huggingface_hub/inference/_generated/types/token_classification.py +4 -5
- huggingface_hub/inference/_generated/types/translation.py +4 -5
- huggingface_hub/inference/_generated/types/video_classification.py +4 -5
- huggingface_hub/inference/_generated/types/visual_question_answering.py +5 -6
- huggingface_hub/inference/_generated/types/zero_shot_classification.py +4 -5
- huggingface_hub/inference/_generated/types/zero_shot_image_classification.py +4 -5
- huggingface_hub/inference/_generated/types/zero_shot_object_detection.py +5 -6
- huggingface_hub/inference/_providers/__init__.py +44 -8
- huggingface_hub/inference/_providers/_common.py +239 -0
- huggingface_hub/inference/_providers/black_forest_labs.py +66 -0
- huggingface_hub/inference/_providers/fal_ai.py +31 -100
- huggingface_hub/inference/_providers/fireworks_ai.py +6 -0
- huggingface_hub/inference/_providers/hf_inference.py +58 -142
- huggingface_hub/inference/_providers/hyperbolic.py +43 -0
- huggingface_hub/inference/_providers/nebius.py +41 -0
- huggingface_hub/inference/_providers/novita.py +26 -0
- huggingface_hub/inference/_providers/replicate.py +24 -119
- huggingface_hub/inference/_providers/sambanova.py +3 -86
- huggingface_hub/inference/_providers/together.py +36 -130
- huggingface_hub/utils/_headers.py +5 -0
- huggingface_hub/utils/_hf_folder.py +4 -32
- huggingface_hub/utils/_http.py +85 -2
- huggingface_hub/utils/_typing.py +1 -1
- huggingface_hub/utils/logging.py +6 -0
- {huggingface_hub-0.28.0rc5.dist-info → huggingface_hub-0.29.0rc0.dist-info}/METADATA +1 -1
- {huggingface_hub-0.28.0rc5.dist-info → huggingface_hub-0.29.0rc0.dist-info}/RECORD +63 -57
- {huggingface_hub-0.28.0rc5.dist-info → huggingface_hub-0.29.0rc0.dist-info}/LICENSE +0 -0
- {huggingface_hub-0.28.0rc5.dist-info → huggingface_hub-0.29.0rc0.dist-info}/WHEEL +0 -0
- {huggingface_hub-0.28.0rc5.dist-info → huggingface_hub-0.29.0rc0.dist-info}/entry_points.txt +0 -0
- {huggingface_hub-0.28.0rc5.dist-info → huggingface_hub-0.29.0rc0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: huggingface-hub
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.29.0rc0
|
|
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=J4EZD18zzFqCpekkzZslyYQ17HHxzfVYOWyeSBERsGY,48765
|
|
2
2
|
huggingface_hub/_commit_api.py,sha256=TqXmu5moVAhBa7iuyJdsqsfRTxTpGMnvsPkb4GgC3dc,32636
|
|
3
3
|
huggingface_hub/_commit_scheduler.py,sha256=tfIoO1xWHjTJ6qy6VS6HIoymDycFPg0d6pBSZprrU2U,14679
|
|
4
4
|
huggingface_hub/_inference_endpoints.py,sha256=PmW6IdIq9SAvlniPuyh3alKfahAmm4cyArQ_vrIcgQE,16992
|
|
@@ -11,11 +11,11 @@ huggingface_hub/_upload_large_folder.py,sha256=g9P2-pQkbOd9UF_unXd9SpCX8p_U0gLyj
|
|
|
11
11
|
huggingface_hub/_webhooks_payload.py,sha256=Xm3KaK7tCOGBlXkuZvbym6zjHXrT1XCrbUFWuXiBmNY,3617
|
|
12
12
|
huggingface_hub/_webhooks_server.py,sha256=oCvpFrYjrhJjClAMw26SQfvN4DUItgK2IhFp1OVh2bU,15623
|
|
13
13
|
huggingface_hub/community.py,sha256=4MtcoxEI9_0lmmilBEnvUEi8_O1Ivfa8p6eKxYU5-ts,12198
|
|
14
|
-
huggingface_hub/constants.py,sha256=
|
|
14
|
+
huggingface_hub/constants.py,sha256=JOswJMnb45udoZibIcH5v71gILOKvVHBjpCqGZK5xDw,8560
|
|
15
15
|
huggingface_hub/errors.py,sha256=zble0j94ai8zwyM0a2DovwcF372zQohwDsgajTsaxqI,9703
|
|
16
16
|
huggingface_hub/fastai_utils.py,sha256=DpeH9d-6ut2k_nCAAwglM51XmRmgfbRe2SPifpVL5Yk,16745
|
|
17
|
-
huggingface_hub/file_download.py,sha256=
|
|
18
|
-
huggingface_hub/hf_api.py,sha256=
|
|
17
|
+
huggingface_hub/file_download.py,sha256=CU8ZANwJ4nf436jDCP9Ru8qEvdbZD4QznvAo6vbTO_4,70613
|
|
18
|
+
huggingface_hub/hf_api.py,sha256=g81_Vs2n08Hm4kksO6QoNLDWkYaSnIjPdiu-qZOgMks,423772
|
|
19
19
|
huggingface_hub/hf_file_system.py,sha256=m_g7uYLGxTdsBnhvR5835jvYMAuEBsUSFvEbzZKzzoo,47500
|
|
20
20
|
huggingface_hub/hub_mixin.py,sha256=-oTnuB3b-0WeutZ1iBkAy1YuWrBKvHBVBpmd3-7oGB4,37419
|
|
21
21
|
huggingface_hub/inference_api.py,sha256=b4-NhPSn9b44nYKV8tDKXodmE4JVdEymMWL4CVGkzlE,8323
|
|
@@ -40,49 +40,55 @@ huggingface_hub/commands/upload_large_folder.py,sha256=P-EO44JWVl39Ax4b0E0Z873d0
|
|
|
40
40
|
huggingface_hub/commands/user.py,sha256=M6Ef045YcyV4mFCbLaTRPciQDC6xtV9MMheeen69D0E,11168
|
|
41
41
|
huggingface_hub/commands/version.py,sha256=vfCJn7GO1m-DtDmbdsty8_RTVtnZ7lX6MJsx0Bf4e-s,1266
|
|
42
42
|
huggingface_hub/inference/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
43
|
-
huggingface_hub/inference/_client.py,sha256=
|
|
44
|
-
huggingface_hub/inference/_common.py,sha256=
|
|
43
|
+
huggingface_hub/inference/_client.py,sha256=aiiVqLiYisaEZTOxkv90vGhsdIM-fvXdhuDwhoNbjSQ,162205
|
|
44
|
+
huggingface_hub/inference/_common.py,sha256=iwCkq2fWE1MVoPTeeXN7UN5FZi7g5fZ3K8PHSOCi5dU,14591
|
|
45
45
|
huggingface_hub/inference/_generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
46
|
-
huggingface_hub/inference/_generated/_async_client.py,sha256=
|
|
47
|
-
huggingface_hub/inference/_generated/types/__init__.py,sha256=
|
|
48
|
-
huggingface_hub/inference/_generated/types/audio_classification.py,sha256=
|
|
49
|
-
huggingface_hub/inference/_generated/types/audio_to_audio.py,sha256=
|
|
50
|
-
huggingface_hub/inference/_generated/types/automatic_speech_recognition.py,sha256=
|
|
51
|
-
huggingface_hub/inference/_generated/types/base.py,sha256=
|
|
52
|
-
huggingface_hub/inference/_generated/types/chat_completion.py,sha256=
|
|
53
|
-
huggingface_hub/inference/_generated/types/depth_estimation.py,sha256=
|
|
54
|
-
huggingface_hub/inference/_generated/types/document_question_answering.py,sha256=
|
|
55
|
-
huggingface_hub/inference/_generated/types/feature_extraction.py,sha256
|
|
56
|
-
huggingface_hub/inference/_generated/types/fill_mask.py,sha256=
|
|
57
|
-
huggingface_hub/inference/_generated/types/image_classification.py,sha256=
|
|
58
|
-
huggingface_hub/inference/_generated/types/image_segmentation.py,sha256=
|
|
59
|
-
huggingface_hub/inference/_generated/types/image_to_image.py,sha256=
|
|
60
|
-
huggingface_hub/inference/_generated/types/image_to_text.py,sha256=
|
|
61
|
-
huggingface_hub/inference/_generated/types/object_detection.py,sha256=
|
|
62
|
-
huggingface_hub/inference/_generated/types/question_answering.py,sha256=
|
|
63
|
-
huggingface_hub/inference/_generated/types/sentence_similarity.py,sha256=
|
|
64
|
-
huggingface_hub/inference/_generated/types/summarization.py,sha256=
|
|
65
|
-
huggingface_hub/inference/_generated/types/table_question_answering.py,sha256=
|
|
66
|
-
huggingface_hub/inference/_generated/types/text2text_generation.py,sha256=
|
|
67
|
-
huggingface_hub/inference/_generated/types/text_classification.py,sha256=
|
|
68
|
-
huggingface_hub/inference/_generated/types/text_generation.py,sha256=
|
|
69
|
-
huggingface_hub/inference/_generated/types/text_to_audio.py,sha256=
|
|
70
|
-
huggingface_hub/inference/_generated/types/text_to_image.py,sha256=
|
|
71
|
-
huggingface_hub/inference/_generated/types/text_to_speech.py,sha256=
|
|
72
|
-
huggingface_hub/inference/_generated/types/text_to_video.py,sha256=
|
|
73
|
-
huggingface_hub/inference/_generated/types/token_classification.py,sha256=
|
|
74
|
-
huggingface_hub/inference/_generated/types/translation.py,sha256=
|
|
75
|
-
huggingface_hub/inference/_generated/types/video_classification.py,sha256=
|
|
76
|
-
huggingface_hub/inference/_generated/types/visual_question_answering.py,sha256=
|
|
77
|
-
huggingface_hub/inference/_generated/types/zero_shot_classification.py,sha256=
|
|
78
|
-
huggingface_hub/inference/_generated/types/zero_shot_image_classification.py,sha256=
|
|
79
|
-
huggingface_hub/inference/_generated/types/zero_shot_object_detection.py,sha256=
|
|
80
|
-
huggingface_hub/inference/_providers/__init__.py,sha256=
|
|
81
|
-
huggingface_hub/inference/_providers/
|
|
82
|
-
huggingface_hub/inference/_providers/
|
|
83
|
-
huggingface_hub/inference/_providers/
|
|
84
|
-
huggingface_hub/inference/_providers/
|
|
85
|
-
huggingface_hub/inference/_providers/
|
|
46
|
+
huggingface_hub/inference/_generated/_async_client.py,sha256=barbsIBB5d76l3zO3Tj_2WV6Phmwfjtuq7277qHfOYg,168438
|
|
47
|
+
huggingface_hub/inference/_generated/types/__init__.py,sha256=CJwdkaPbR-vzCWU1ITr4aHOHax87JaewaIs_7rKaRXE,6274
|
|
48
|
+
huggingface_hub/inference/_generated/types/audio_classification.py,sha256=Jg3mzfGhCSH6CfvVvgJSiFpkz6v4nNA0G4LJXacEgNc,1573
|
|
49
|
+
huggingface_hub/inference/_generated/types/audio_to_audio.py,sha256=2Ep4WkePL7oJwcp5nRJqApwviumGHbft9HhXE9XLHj4,891
|
|
50
|
+
huggingface_hub/inference/_generated/types/automatic_speech_recognition.py,sha256=lWD_BMDMS3hreIq0kcLwOa8e0pXRH-oWUK96VaVc5DM,5624
|
|
51
|
+
huggingface_hub/inference/_generated/types/base.py,sha256=4XG49q0-2SOftYQ8HXQnWLxiJktou-a7IoG3kdOv-kg,6751
|
|
52
|
+
huggingface_hub/inference/_generated/types/chat_completion.py,sha256=rJUsET-Lqgt3AlW2zPIxOHc7XmhAZmaolbV8TGu4MmE,9885
|
|
53
|
+
huggingface_hub/inference/_generated/types/depth_estimation.py,sha256=rcpe9MhYMeLjflOwBs3KMZPr6WjOH3FYEThStG-FJ3M,929
|
|
54
|
+
huggingface_hub/inference/_generated/types/document_question_answering.py,sha256=6BEYGwJcqGlah4RBJDAvWFTEXkO0mosBiMy82432nAM,3202
|
|
55
|
+
huggingface_hub/inference/_generated/types/feature_extraction.py,sha256=NMWVL_TLSG5SS5bdt1-fflkZ75UMlMKeTMtmdnUTADc,1537
|
|
56
|
+
huggingface_hub/inference/_generated/types/fill_mask.py,sha256=OrTgQ7Ndn0_dWK5thQhZwTOHbQni8j0iJcx9llyhRds,1708
|
|
57
|
+
huggingface_hub/inference/_generated/types/image_classification.py,sha256=A-Y024o8723_n8mGVos4TwdAkVL62McGeL1iIo4VzNs,1585
|
|
58
|
+
huggingface_hub/inference/_generated/types/image_segmentation.py,sha256=vrkI4SuP1Iq_iLXc-2pQhYY3SHN4gzvFBoZqbUHxU7o,1950
|
|
59
|
+
huggingface_hub/inference/_generated/types/image_to_image.py,sha256=uhJO63Ny3qhsN7KY9Y2rj1rzFuYaPczz5dlgDNOx-5k,1954
|
|
60
|
+
huggingface_hub/inference/_generated/types/image_to_text.py,sha256=3hN7lpJoVuwUJme5gDdxZmXftb6cQ_7SXVC1VM8rXh8,4919
|
|
61
|
+
huggingface_hub/inference/_generated/types/object_detection.py,sha256=VuFlb1281qTXoSgJDmquGz-VNfEZLo2H0Rh_F6MF6ts,2000
|
|
62
|
+
huggingface_hub/inference/_generated/types/question_answering.py,sha256=zw38a9_9l2k1ifYZefjkioqZ4asfSRM9M4nU3gSCmAQ,2898
|
|
63
|
+
huggingface_hub/inference/_generated/types/sentence_similarity.py,sha256=w5Nj1g18eBzopZwxuDLI-fEsyaCK2KrHA5yf_XfSjgo,1052
|
|
64
|
+
huggingface_hub/inference/_generated/types/summarization.py,sha256=WGGr8uDLrZg8JQgF9ZMUP9euw6uZo6zwkVZ-IfvCFI0,1487
|
|
65
|
+
huggingface_hub/inference/_generated/types/table_question_answering.py,sha256=cJnIPA2fIbQP2Ejn7X_esY48qGWoXg30fnNOqCXiOVQ,2293
|
|
66
|
+
huggingface_hub/inference/_generated/types/text2text_generation.py,sha256=v-418w1JNNSZ2tuW9DUl6a36TQQCADa438A3ufvcbOw,1609
|
|
67
|
+
huggingface_hub/inference/_generated/types/text_classification.py,sha256=FarAjygLEfPofLfKeabzJ7PKEBItlHGoUNUOzyLRpL4,1445
|
|
68
|
+
huggingface_hub/inference/_generated/types/text_generation.py,sha256=Rk6kAbyWn7tI-tDamkoCAg61sQj3glNPxWdovs6WrQM,5907
|
|
69
|
+
huggingface_hub/inference/_generated/types/text_to_audio.py,sha256=aE6NLpQ9V3ENIXOCFFcMaMjdLxZzZpE7iU1V-XYPU0w,4850
|
|
70
|
+
huggingface_hub/inference/_generated/types/text_to_image.py,sha256=sGGi1Fa0n5Pmd6G3I-F2SBJcJ1M7Gmqnng6sfi0AVzs,1903
|
|
71
|
+
huggingface_hub/inference/_generated/types/text_to_speech.py,sha256=5Md6d1eRBfeVQ4A32s7YoxM2HFfSLMz5B5QovGKfWbs,4869
|
|
72
|
+
huggingface_hub/inference/_generated/types/text_to_video.py,sha256=yHXVNs3t6aYO7visrBlB5cH7kjoysxF9510aofcf_18,1790
|
|
73
|
+
huggingface_hub/inference/_generated/types/token_classification.py,sha256=iblAcgfxXeaLYJ14NdiiCMIQuBlarUknLkXUklhvcLI,1915
|
|
74
|
+
huggingface_hub/inference/_generated/types/translation.py,sha256=xww4X5cfCYv_F0oINWLwqJRPCT6SV3VBAJuPjTs_j7o,1763
|
|
75
|
+
huggingface_hub/inference/_generated/types/video_classification.py,sha256=TyydjQw2NRLK9sDGzJUVnkDeo848ebmCx588Ur8I9q0,1680
|
|
76
|
+
huggingface_hub/inference/_generated/types/visual_question_answering.py,sha256=AWrQ6qo4gZa3PGedaNpzDFqx5yOYyjhnUB6iuZEj_uo,1673
|
|
77
|
+
huggingface_hub/inference/_generated/types/zero_shot_classification.py,sha256=BAiebPjsqoNa8EU35Dx0pfIv8W2c4GSl-TJckV1MaxQ,1738
|
|
78
|
+
huggingface_hub/inference/_generated/types/zero_shot_image_classification.py,sha256=8J9n6VqFARkWvPfAZNWEG70AlrMGldU95EGQQwn06zI,1487
|
|
79
|
+
huggingface_hub/inference/_generated/types/zero_shot_object_detection.py,sha256=GUd81LIV7oEbRWayDlAVgyLmY596r1M3AW0jXDp1yTA,1630
|
|
80
|
+
huggingface_hub/inference/_providers/__init__.py,sha256=Q1hPPQgN3gKTa3NWQSANUBOB3oeCLr4miVQAVaZK8DU,5352
|
|
81
|
+
huggingface_hub/inference/_providers/_common.py,sha256=8mgu95x46aRhvuHOVijczBpRJK4LFHusC_FU3t4iXGw,9200
|
|
82
|
+
huggingface_hub/inference/_providers/black_forest_labs.py,sha256=YacbRSMwTcWMCtNfLZGRnjAwyOLAM9sIj06ZUKDb7n0,2647
|
|
83
|
+
huggingface_hub/inference/_providers/fal_ai.py,sha256=pjWeMfxatAXSVJsEQf142MQVvAz5x-jtZLYXapXJFlI,3455
|
|
84
|
+
huggingface_hub/inference/_providers/fireworks_ai.py,sha256=NazpDeD4agtFW6ISaXEvq5XAPVNeoG9XWk3O4NCxBNI,228
|
|
85
|
+
huggingface_hub/inference/_providers/hf_inference.py,sha256=5CUR4LzPHiHfd5JN3ooP3DbOAyRgEzbQb0ZoaaiiNPY,5183
|
|
86
|
+
huggingface_hub/inference/_providers/hyperbolic.py,sha256=qccC_gcMstGnvjmRyslgnuFVa9VAKS9w6F1ohwysvMU,1739
|
|
87
|
+
huggingface_hub/inference/_providers/nebius.py,sha256=P34BO2y8MdBWqYzzt4VlkPePkXAIbMlRxvV87UhZVdU,1508
|
|
88
|
+
huggingface_hub/inference/_providers/novita.py,sha256=SLOgZuAP1-Zs9NB2JmLf6kgX8R4O1Yy_64Ok9CmEZNs,745
|
|
89
|
+
huggingface_hub/inference/_providers/replicate.py,sha256=5XVbbokgIz431rkIMchxcZgSAMU4vFiJ3xPgF8xyhz8,2263
|
|
90
|
+
huggingface_hub/inference/_providers/sambanova.py,sha256=pR2MajO3ffga9FxzruzrTfTm3eBQ3AC0TPeSIdiQeco,249
|
|
91
|
+
huggingface_hub/inference/_providers/together.py,sha256=HPVx9_pVc-b8PUl_aB1SPCngbfA7QK-tRV7_AzgTD_g,2028
|
|
86
92
|
huggingface_hub/serialization/__init__.py,sha256=kn-Fa-m4FzMnN8lNsF-SwFcfzug4CucexybGKyvZ8S0,1041
|
|
87
93
|
huggingface_hub/serialization/_base.py,sha256=Df3GwGR9NzeK_SD75prXLucJAzPiNPgHbgXSw-_LTk8,8126
|
|
88
94
|
huggingface_hub/serialization/_dduf.py,sha256=s42239rLiHwaJE36QDEmS5GH7DSmQ__BffiHJO5RjIg,15424
|
|
@@ -100,9 +106,9 @@ huggingface_hub/utils/_deprecation.py,sha256=HZhRGGUX_QMKBBBwHHlffLtmCSK01TOpeXH
|
|
|
100
106
|
huggingface_hub/utils/_experimental.py,sha256=crCPH6k6-11wwH2GZuZzZzZbjUotay49ywV1SSJhMHM,2395
|
|
101
107
|
huggingface_hub/utils/_fixes.py,sha256=xQV1QkUn2WpLqLjtXNiyn9gh-454K6AF-Q3kwkYAQD8,4437
|
|
102
108
|
huggingface_hub/utils/_git_credential.py,sha256=SDdsiREr1TcAR2Ze2TB0E5cYzVJgvDZrs60od9lAsMc,4596
|
|
103
|
-
huggingface_hub/utils/_headers.py,sha256=
|
|
104
|
-
huggingface_hub/utils/_hf_folder.py,sha256=
|
|
105
|
-
huggingface_hub/utils/_http.py,sha256=
|
|
109
|
+
huggingface_hub/utils/_headers.py,sha256=3tKQN5ciAt1683nZXEpPyQOS7oWnfYI0t_N_aJU-bms,8876
|
|
110
|
+
huggingface_hub/utils/_hf_folder.py,sha256=WNjTnu0Q7tqcSS9EsP4ssCJrrJMcCvAt8P_-LEtmOU8,2487
|
|
111
|
+
huggingface_hub/utils/_http.py,sha256=Nf4_Rpo9iqgOdrwwxjkZPAecfEGxdcGZ4w8Zb_qeesw,25301
|
|
106
112
|
huggingface_hub/utils/_lfs.py,sha256=EC0Oz6Wiwl8foRNkUOzrETXzAWlbgpnpxo5a410ovFY,3957
|
|
107
113
|
huggingface_hub/utils/_pagination.py,sha256=hzLFLd8i_DKkPRVYzOx2CxLt5lcocEiAxDJriQUjAjY,1841
|
|
108
114
|
huggingface_hub/utils/_paths.py,sha256=w1ZhFmmD5ykWjp_hAvhjtOoa2ZUcOXJrF4a6O3QpAWo,5042
|
|
@@ -110,16 +116,16 @@ huggingface_hub/utils/_runtime.py,sha256=tUyWylDgqaOXnMg39rvyusiruVN5ulcqiSwUEkQ
|
|
|
110
116
|
huggingface_hub/utils/_safetensors.py,sha256=GW3nyv7xQcuwObKYeYoT9VhURVzG1DZTbKBKho8Bbos,4458
|
|
111
117
|
huggingface_hub/utils/_subprocess.py,sha256=6GpGD4qE9-Z1-Ocs3JuCLjR4NcRlknA-hAuQlqiprYY,4595
|
|
112
118
|
huggingface_hub/utils/_telemetry.py,sha256=54LXeIJU5pEGghPAh06gqNAR-UoxOjVLvKqAQscwqZs,4890
|
|
113
|
-
huggingface_hub/utils/_typing.py,sha256=
|
|
119
|
+
huggingface_hub/utils/_typing.py,sha256=Dgp6TQUlpzStfVLoSvXHCBP4b3NzHZ8E0Gg9mYAoDS4,2903
|
|
114
120
|
huggingface_hub/utils/_validators.py,sha256=dDsVG31iooTYrIyi5Vwr1DukL0fEmJwu3ceVNduhsuE,9204
|
|
115
121
|
huggingface_hub/utils/endpoint_helpers.py,sha256=9VtIAlxQ5H_4y30sjCAgbu7XCqAtNLC7aRYxaNn0hLI,2366
|
|
116
122
|
huggingface_hub/utils/insecure_hashlib.py,sha256=OjxlvtSQHpbLp9PWSrXBDJ0wHjxCBU-SQJgucEEXDbU,1058
|
|
117
|
-
huggingface_hub/utils/logging.py,sha256=
|
|
123
|
+
huggingface_hub/utils/logging.py,sha256=0A8fF1yh3L9Ka_bCDX2ml4U5Ht0tY8Dr3JcbRvWFuwo,4909
|
|
118
124
|
huggingface_hub/utils/sha.py,sha256=OFnNGCba0sNcT2gUwaVCJnldxlltrHHe0DS_PCpV3C4,2134
|
|
119
125
|
huggingface_hub/utils/tqdm.py,sha256=ZgdphuTnwAIaUKnnD2P7qVvNHpzHAyrYoItkiV0aEjQ,9835
|
|
120
|
-
huggingface_hub-0.
|
|
121
|
-
huggingface_hub-0.
|
|
122
|
-
huggingface_hub-0.
|
|
123
|
-
huggingface_hub-0.
|
|
124
|
-
huggingface_hub-0.
|
|
125
|
-
huggingface_hub-0.
|
|
126
|
+
huggingface_hub-0.29.0rc0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
127
|
+
huggingface_hub-0.29.0rc0.dist-info/METADATA,sha256=0b2mqKc35Q_0HyV4Xmm4JOpDnd0BzhlVQydwpALzuAw,13483
|
|
128
|
+
huggingface_hub-0.29.0rc0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
129
|
+
huggingface_hub-0.29.0rc0.dist-info/entry_points.txt,sha256=Y3Z2L02rBG7va_iE6RPXolIgwOdwUFONyRN3kXMxZ0g,131
|
|
130
|
+
huggingface_hub-0.29.0rc0.dist-info/top_level.txt,sha256=8KzlQJAY4miUvjAssOAJodqKOw3harNzuiwGQ9qLSSk,16
|
|
131
|
+
huggingface_hub-0.29.0rc0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.28.0rc5.dist-info → huggingface_hub-0.29.0rc0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|