Voice et bot modif

This commit is contained in:
pi 2026-06-16 17:09:34 +00:00
parent 189d56026b
commit 7333a22bcd
10774 changed files with 634644 additions and 933308 deletions

View file

@ -0,0 +1,329 @@
Metadata-Version: 2.4
Name: huggingface_hub
Version: 1.19.0
Summary: Client library to download and publish models, datasets and other repos on the huggingface.co hub
Home-page: https://github.com/huggingface/huggingface_hub
Author: Hugging Face, Inc.
Author-email: julien@huggingface.co
License: Apache-2.0
Keywords: model-hub machine-learning models natural-language-processing deep-learning pytorch pretrained-models
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.4.0
Requires-Dist: filelock>=3.10.0
Requires-Dist: fsspec>=2023.5.0
Requires-Dist: hf-xet<2.0.0,>=1.5.1; platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "arm64" or platform_machine == "aarch64"
Requires-Dist: httpx<1,>=0.23.0
Requires-Dist: packaging>=20.9
Requires-Dist: pyyaml>=5.1
Requires-Dist: tqdm>=4.42.1
Requires-Dist: typer<0.26.0,>=0.20.0
Requires-Dist: typing-extensions>=4.1.0
Provides-Extra: oauth
Requires-Dist: authlib>=1.3.2; extra == "oauth"
Requires-Dist: fastapi; extra == "oauth"
Requires-Dist: httpx; extra == "oauth"
Requires-Dist: itsdangerous; extra == "oauth"
Provides-Extra: torch
Requires-Dist: torch; extra == "torch"
Requires-Dist: safetensors[torch]; extra == "torch"
Provides-Extra: fastai
Requires-Dist: toml; extra == "fastai"
Requires-Dist: fastai>=2.4; extra == "fastai"
Requires-Dist: fastcore>=1.3.27; extra == "fastai"
Provides-Extra: hf-xet
Requires-Dist: hf-xet<2.0.0,>=1.5.1; extra == "hf-xet"
Provides-Extra: mcp
Requires-Dist: mcp>=1.8.0; extra == "mcp"
Provides-Extra: testing
Requires-Dist: authlib>=1.3.2; extra == "testing"
Requires-Dist: fastapi; extra == "testing"
Requires-Dist: httpx; extra == "testing"
Requires-Dist: itsdangerous; extra == "testing"
Requires-Dist: jedi; extra == "testing"
Requires-Dist: Jinja2; extra == "testing"
Requires-Dist: pytest>=8.4.2; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: pytest-env; extra == "testing"
Requires-Dist: pytest-xdist; extra == "testing"
Requires-Dist: pytest-vcr; extra == "testing"
Requires-Dist: pytest-asyncio; extra == "testing"
Requires-Dist: pytest-rerunfailures<16.0; extra == "testing"
Requires-Dist: pytest-mock; extra == "testing"
Requires-Dist: urllib3<2.0; extra == "testing"
Requires-Dist: soundfile; extra == "testing"
Requires-Dist: Pillow; extra == "testing"
Requires-Dist: numpy; extra == "testing"
Requires-Dist: duckdb; extra == "testing"
Requires-Dist: fastapi; extra == "testing"
Provides-Extra: gradio
Requires-Dist: gradio>=5.0.0; extra == "gradio"
Requires-Dist: requests; extra == "gradio"
Provides-Extra: typing
Requires-Dist: typing-extensions>=4.8.0; extra == "typing"
Requires-Dist: types-PyYAML; extra == "typing"
Requires-Dist: types-simplejson; extra == "typing"
Requires-Dist: types-toml; extra == "typing"
Requires-Dist: types-tqdm; extra == "typing"
Requires-Dist: types-urllib3; extra == "typing"
Provides-Extra: quality
Requires-Dist: ruff>=0.9.0; extra == "quality"
Requires-Dist: mypy==1.15.0; extra == "quality"
Requires-Dist: libcst>=1.4.0; extra == "quality"
Requires-Dist: ty; extra == "quality"
Provides-Extra: all
Requires-Dist: authlib>=1.3.2; extra == "all"
Requires-Dist: fastapi; extra == "all"
Requires-Dist: httpx; extra == "all"
Requires-Dist: itsdangerous; extra == "all"
Requires-Dist: jedi; extra == "all"
Requires-Dist: Jinja2; extra == "all"
Requires-Dist: pytest>=8.4.2; extra == "all"
Requires-Dist: pytest-cov; extra == "all"
Requires-Dist: pytest-env; extra == "all"
Requires-Dist: pytest-xdist; extra == "all"
Requires-Dist: pytest-vcr; extra == "all"
Requires-Dist: pytest-asyncio; extra == "all"
Requires-Dist: pytest-rerunfailures<16.0; extra == "all"
Requires-Dist: pytest-mock; extra == "all"
Requires-Dist: urllib3<2.0; extra == "all"
Requires-Dist: soundfile; extra == "all"
Requires-Dist: Pillow; extra == "all"
Requires-Dist: numpy; extra == "all"
Requires-Dist: duckdb; extra == "all"
Requires-Dist: fastapi; extra == "all"
Requires-Dist: ruff>=0.9.0; extra == "all"
Requires-Dist: mypy==1.15.0; extra == "all"
Requires-Dist: libcst>=1.4.0; extra == "all"
Requires-Dist: ty; extra == "all"
Requires-Dist: typing-extensions>=4.8.0; extra == "all"
Requires-Dist: types-PyYAML; extra == "all"
Requires-Dist: types-simplejson; extra == "all"
Requires-Dist: types-toml; extra == "all"
Requires-Dist: types-tqdm; extra == "all"
Requires-Dist: types-urllib3; extra == "all"
Provides-Extra: dev
Requires-Dist: authlib>=1.3.2; extra == "dev"
Requires-Dist: fastapi; extra == "dev"
Requires-Dist: httpx; extra == "dev"
Requires-Dist: itsdangerous; extra == "dev"
Requires-Dist: jedi; extra == "dev"
Requires-Dist: Jinja2; extra == "dev"
Requires-Dist: pytest>=8.4.2; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-env; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: pytest-vcr; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: pytest-rerunfailures<16.0; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: urllib3<2.0; extra == "dev"
Requires-Dist: soundfile; extra == "dev"
Requires-Dist: Pillow; extra == "dev"
Requires-Dist: numpy; extra == "dev"
Requires-Dist: duckdb; extra == "dev"
Requires-Dist: fastapi; extra == "dev"
Requires-Dist: ruff>=0.9.0; extra == "dev"
Requires-Dist: mypy==1.15.0; extra == "dev"
Requires-Dist: libcst>=1.4.0; extra == "dev"
Requires-Dist: ty; extra == "dev"
Requires-Dist: typing-extensions>=4.8.0; extra == "dev"
Requires-Dist: types-PyYAML; extra == "dev"
Requires-Dist: types-simplejson; extra == "dev"
Requires-Dist: types-toml; extra == "dev"
Requires-Dist: types-tqdm; extra == "dev"
Requires-Dist: types-urllib3; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://huggingface.co/datasets/huggingface/documentation-images/raw/main/huggingface_hub-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://huggingface.co/datasets/huggingface/documentation-images/raw/main/huggingface_hub.svg">
<img alt="huggingface_hub library logo" src="https://huggingface.co/datasets/huggingface/documentation-images/raw/main/huggingface_hub.svg" width="352" height="59" style="max-width: 100%">
</picture>
<br/>
<br/>
</p>
<p align="center">
<i>The official Python client for the Huggingface Hub.</i>
</p>
<p align="center">
<a href="https://huggingface.co/docs/huggingface_hub/en/index"><img alt="Documentation" src="https://img.shields.io/website/http/huggingface.co/docs/huggingface_hub/index.svg?down_color=red&down_message=offline&up_message=online&label=doc"></a>
<a href="https://github.com/huggingface/huggingface_hub/releases"><img alt="GitHub release" src="https://img.shields.io/github/release/huggingface/huggingface_hub.svg"></a>
<a href="https://github.com/huggingface/huggingface_hub"><img alt="PyPi version" src="https://img.shields.io/pypi/pyversions/huggingface_hub.svg"></a>
<a href="https://pypi.org/project/huggingface-hub"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/huggingface_hub"></a>
<a href="https://codecov.io/gh/huggingface/huggingface_hub"><img alt="Code coverage" src="https://codecov.io/gh/huggingface/huggingface_hub/branch/main/graph/badge.svg?token=RXP95LE2XL"></a>
</p>
<h4 align="center">
<p>
<b>English</b> |
<a href="https://github.com/huggingface/huggingface_hub/blob/main/i18n/README_de.md">Deutsch</a> |
<a href="https://github.com/huggingface/huggingface_hub/blob/main/i18n/README_fr.md">Français</a> |
<a href="https://github.com/huggingface/huggingface_hub/blob/main/i18n/README_hi.md">हिंदी</a> |
<a href="https://github.com/huggingface/huggingface_hub/blob/main/i18n/README_ko.md">한국어</a> |
<a href="https://github.com/huggingface/huggingface_hub/blob/main/i18n/README_cn.md">中文 (简体)</a>
<p>
</h4>
---
**Documentation**: <a href="https://hf.co/docs/huggingface_hub" target="_blank">https://hf.co/docs/huggingface_hub</a>
**Source Code**: <a href="https://github.com/huggingface/huggingface_hub" target="_blank">https://github.com/huggingface/huggingface_hub</a>
---
## Welcome to the huggingface_hub library
The `huggingface_hub` library allows you to interact with the [Hugging Face Hub](https://huggingface.co/), a platform democratizing open-source Machine Learning for creators and collaborators. Discover pre-trained models and datasets for your projects or play with the thousands of machine learning apps hosted on the Hub. You can also create and share your own models, datasets and demos with the community. The `huggingface_hub` library provides a simple way to do all these things with Python.
## Key features
- [Download files](https://huggingface.co/docs/huggingface_hub/en/guides/download) from the Hub.
- [Upload files](https://huggingface.co/docs/huggingface_hub/en/guides/upload) to the Hub.
- [Manage your repositories](https://huggingface.co/docs/huggingface_hub/en/guides/repository).
- [Run Inference](https://huggingface.co/docs/huggingface_hub/en/guides/inference) on deployed models.
- [Search](https://huggingface.co/docs/huggingface_hub/en/guides/search) for models, datasets and Spaces.
- [Share Model Cards](https://huggingface.co/docs/huggingface_hub/en/guides/model-cards) to document your models.
- [Engage with the community](https://huggingface.co/docs/huggingface_hub/en/guides/community) through PRs and comments.
## Installation
Install the `huggingface_hub` package with [pip](https://pypi.org/project/huggingface-hub/):
```bash
pip install huggingface_hub
```
We recommend using [`uv`](https://docs.astral.sh/uv/) for a fast and reliable install:
```bash
uv pip install huggingface_hub
```
In order to keep the package minimal by default, `huggingface_hub` comes with optional dependencies useful for some use cases. For example, if you want to use the MCP module, run:
```bash
pip install "huggingface_hub[mcp]"
```
To learn more about installation and optional dependencies, check out the [installation guide](https://huggingface.co/docs/huggingface_hub/en/installation).
## Quick start
### Download files
Download a single file
```py
from huggingface_hub import hf_hub_download
hf_hub_download(repo_id="tiiuae/falcon-7b-instruct", filename="config.json")
```
Or an entire repository
```py
from huggingface_hub import snapshot_download
snapshot_download("stabilityai/stable-diffusion-2-1")
```
Files will be downloaded in a local cache folder. More details in [this guide](https://huggingface.co/docs/huggingface_hub/en/guides/manage-cache).
### Login
The Hugging Face Hub uses tokens to authenticate applications (see [docs](https://huggingface.co/docs/hub/security-tokens)). To log in your machine, run the following CLI:
```bash
hf auth login
# or using an environment variable
hf auth login --token $HUGGINGFACE_TOKEN
```
### Create a repository
```py
from huggingface_hub import create_repo
create_repo(repo_id="super-cool-model")
```
### Upload files
Upload a single file
```py
from huggingface_hub import upload_file
upload_file(
path_or_fileobj="/home/lysandre/dummy-test/README.md",
path_in_repo="README.md",
repo_id="lysandre/test-model",
)
```
Or an entire folder
```py
from huggingface_hub import upload_folder
upload_folder(
folder_path="/path/to/local/space",
repo_id="username/my-cool-space",
repo_type="space",
)
```
For details in the [upload guide](https://huggingface.co/docs/huggingface_hub/en/guides/upload).
## Integrating to the Hub.
We're partnering with cool open source ML libraries to provide free model hosting and versioning. You can find the existing integrations [here](https://huggingface.co/docs/hub/libraries).
The advantages are:
- Free model or dataset hosting for libraries and their users.
- Built-in file versioning, even with very large files, thanks to a git-based approach.
- In-browser widgets to play with the uploaded models.
- Anyone can upload a new model for your library, they just need to add the corresponding tag for the model to be discoverable.
- Fast downloads! We use Cloudfront (a CDN) to geo-replicate downloads so they're blazing fast from anywhere on the globe.
- Usage stats and more features to come.
If you would like to integrate your library, feel free to open an issue to begin the discussion. We wrote a [step-by-step guide](https://huggingface.co/docs/hub/adding-a-library) with ❤️ showing how to do this integration.
## Contributions (feature requests, bugs, etc.) are super welcome 💙💚💛💜🧡❤️
Everyone is welcome to contribute, and we value everybody's contribution. Code is not the only way to help the community.
Answering questions, helping others, reaching out and improving the documentations are immensely valuable to the community.
We wrote a [contribution guide](https://github.com/huggingface/huggingface_hub/blob/main/CONTRIBUTING.md) to summarize
how to get started to contribute to this repository.

View file

@ -0,0 +1,371 @@
../../../bin/hf,sha256=WOXfSxuA3mzJxiS2_rOf-9wseuLExc-XIgFaZ5GG7NM,240
../../../bin/huggingface-cli,sha256=QaLIQUTiAoQV8cth2u04dYPw0gUnhJFBkF35UKPYmAg,252
../../../bin/tiny-agents,sha256=a-4zS25RYC2Dn2g5HULeSAmOcq4P36_68L1SD5m1GD4,250
huggingface_hub-1.19.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
huggingface_hub-1.19.0.dist-info/METADATA,sha256=Y1mADxW3sZsNXHPRd9QAwNKE-ycXJAmjiYw4rfPfwck,14065
huggingface_hub-1.19.0.dist-info/RECORD,,
huggingface_hub-1.19.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
huggingface_hub-1.19.0.dist-info/entry_points.txt,sha256=zP7F_bBSdircPQFysHQZ9F3Lcn5_dCSOEZxVlGCsG0w,212
huggingface_hub-1.19.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
huggingface_hub-1.19.0.dist-info/top_level.txt,sha256=8KzlQJAY4miUvjAssOAJodqKOw3harNzuiwGQ9qLSSk,16
huggingface_hub/__init__.py,sha256=b9drqGM9k_I0s0y0ClQkUbw2ay5ZrH2c3zrmr5X7zWM,59078
huggingface_hub/__pycache__/__init__.cpython-312.pyc,,
huggingface_hub/__pycache__/_buckets.cpython-312.pyc,,
huggingface_hub/__pycache__/_commit_api.cpython-312.pyc,,
huggingface_hub/__pycache__/_commit_scheduler.cpython-312.pyc,,
huggingface_hub/__pycache__/_dataset_viewer.cpython-312.pyc,,
huggingface_hub/__pycache__/_eval_results.cpython-312.pyc,,
huggingface_hub/__pycache__/_inference_endpoints.cpython-312.pyc,,
huggingface_hub/__pycache__/_jobs_api.cpython-312.pyc,,
huggingface_hub/__pycache__/_local_folder.cpython-312.pyc,,
huggingface_hub/__pycache__/_login.cpython-312.pyc,,
huggingface_hub/__pycache__/_oauth.cpython-312.pyc,,
huggingface_hub/__pycache__/_oidc.cpython-312.pyc,,
huggingface_hub/__pycache__/_snapshot_download.cpython-312.pyc,,
huggingface_hub/__pycache__/_space_api.cpython-312.pyc,,
huggingface_hub/__pycache__/_tensorboard_logger.cpython-312.pyc,,
huggingface_hub/__pycache__/_upload_large_folder.cpython-312.pyc,,
huggingface_hub/__pycache__/_webhooks_payload.cpython-312.pyc,,
huggingface_hub/__pycache__/_webhooks_server.cpython-312.pyc,,
huggingface_hub/__pycache__/community.cpython-312.pyc,,
huggingface_hub/__pycache__/constants.cpython-312.pyc,,
huggingface_hub/__pycache__/dataclasses.cpython-312.pyc,,
huggingface_hub/__pycache__/errors.cpython-312.pyc,,
huggingface_hub/__pycache__/fastai_utils.cpython-312.pyc,,
huggingface_hub/__pycache__/file_download.cpython-312.pyc,,
huggingface_hub/__pycache__/hf_api.cpython-312.pyc,,
huggingface_hub/__pycache__/hf_file_system.cpython-312.pyc,,
huggingface_hub/__pycache__/hub_mixin.cpython-312.pyc,,
huggingface_hub/__pycache__/lfs.cpython-312.pyc,,
huggingface_hub/__pycache__/repocard.cpython-312.pyc,,
huggingface_hub/__pycache__/repocard_data.cpython-312.pyc,,
huggingface_hub/_buckets.py,sha256=9nBii8xE70YUH2l_Dtn4n1HudacM-4-Xe5iwv7YrJ14,45089
huggingface_hub/_commit_api.py,sha256=g9tlRQMZK73e0PRhlBl2Q6ZBjokHt9EpIXhbuxbjqrY,41553
huggingface_hub/_commit_scheduler.py,sha256=VG3zjb7xb66NrFMq_pB9dWIsoqSPoF6CntovV7vUiWg,14684
huggingface_hub/_dataset_viewer.py,sha256=LE9k4s0WJ0JNdriJ8L6qV_-xfbUVC1VEh7CBd0jOjLI,5675
huggingface_hub/_eval_results.py,sha256=Og7p7bCl2HQG6ZWlSDyir-CRTXjNWPu3S3q65cTGffs,8126
huggingface_hub/_hot_reload/__init__.py,sha256=nQEuyVZLAS_463Dff1JH5MorTpkYsBVFCyPhYWY3UyI,606
huggingface_hub/_hot_reload/__pycache__/__init__.cpython-312.pyc,,
huggingface_hub/_hot_reload/__pycache__/client.cpython-312.pyc,,
huggingface_hub/_hot_reload/__pycache__/sse_client.cpython-312.pyc,,
huggingface_hub/_hot_reload/__pycache__/types.cpython-312.pyc,,
huggingface_hub/_hot_reload/client.py,sha256=Ax7qT4CUi5wrg3mDzqkAG8ZzDsCwdcIIS1FIXK0SqD8,4269
huggingface_hub/_hot_reload/sse_client.py,sha256=49kmsB2P9sxgbZ16ed6F4aLDs3rsHrNpbp6iKlvF90c,4948
huggingface_hub/_hot_reload/types.py,sha256=d3AOJCLUxT41Fhz4jUrFevm9bfpooe_3PQhpBdgNYSs,2725
huggingface_hub/_inference_endpoints.py,sha256=rwetck_MnbV-MrTLVN7cazIrxUNYi5x2nBkw1devnxY,17643
huggingface_hub/_jobs_api.py,sha256=6nagbsqvgOl72ZQb8OyCqaDdeSJMoJi98M-lrlSANTY,19411
huggingface_hub/_local_folder.py,sha256=Fc_hikyMaZRHtXIDZj38hL7MNkq5nZZVxQF-dd-EkMo,18279
huggingface_hub/_login.py,sha256=cLfWjoEVwMBNYBLm1EGubGTyJaqsNtDTmy8djo5SBw0,19403
huggingface_hub/_oauth.py,sha256=S8evEd8JLJHz-JiSjGH4WiIi_A7oDox_xH7E9rN1Jic,18628
huggingface_hub/_oidc.py,sha256=3kcCLavWQ5FQOwizUPzLaBb1ft2FIJo0bSXL24S3r4U,7098
huggingface_hub/_snapshot_download.py,sha256=nuqF72tciHDpU4NzK-m7o-YlGgIFS1Vkr1EtFjtbOj4,20723
huggingface_hub/_space_api.py,sha256=yr6vCdFRI4g8Ygo4-DzK_rfXkhFV4d3ZTwqeahO1DBs,12012
huggingface_hub/_tensorboard_logger.py,sha256=GA-LhoG4Z-0Zq7w5B9vTIDJbWUkAhiG2d8a-ktlwGDY,8377
huggingface_hub/_upload_large_folder.py,sha256=BWA1zyOK9W_3YUerX9YWQa3wAYtHRe_ypgsO79JEkqo,31235
huggingface_hub/_webhooks_payload.py,sha256=B9zqljcm20DGeVxJKba570i6RP-cR9CEupMGBuNDHHA,3544
huggingface_hub/_webhooks_server.py,sha256=VXOk3FHkbIc28phxknJfaFy5B_EoKOKihoCKyOaWZQk,15767
huggingface_hub/cli/__init__.py,sha256=A4zmzuHD2OHjQ5zmdfcnsj0JeCzHVPtpzh-wCjInugA,606
huggingface_hub/cli/__pycache__/__init__.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/_city_game.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/_cli_utils.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/_cp.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/_errors.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/_file_listing.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/_help_formatter.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/_output.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/_skills.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/auth.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/buckets.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/cache.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/collections.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/datasets.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/deprecated_cli.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/discussions.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/download.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/extensions.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/hf.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/inference_endpoints.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/jobs.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/lfs.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/models.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/papers.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/repo_files.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/repos.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/skills.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/spaces.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/system.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/upload.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/upload_large_folder.cpython-312.pyc,,
huggingface_hub/cli/__pycache__/webhooks.cpython-312.pyc,,
huggingface_hub/cli/_city_game.py,sha256=2qkC9dCtPwf4-aqrnbN-vApf0YqIcGGjn2v-etrTfqg,20585
huggingface_hub/cli/_cli_utils.py,sha256=36sFFXOqS6dW3FpVVlFd2WQluxK_ZywwczV0R-7kSfg,41485
huggingface_hub/cli/_cp.py,sha256=-8fLyLlpVoRM8gYC0oYn7F-1EGevUBQqgtec45_4cik,10415
huggingface_hub/cli/_errors.py,sha256=ZqTVBBOhjWTLkyNqU1bZaqhAwtItDmb9Jd1oFJEVelI,5054
huggingface_hub/cli/_file_listing.py,sha256=UCnqUsjQhOD5Qx4Ltsf-OzITk1HY6_swdlZATE-gkeY,7910
huggingface_hub/cli/_help_formatter.py,sha256=lRTErOPXukyoT-AF9cnFg9qtAAhIGdhZ6pa0px7Ey3U,1288
huggingface_hub/cli/_output.py,sha256=_hRqP6MSVZxurh8T6QQ2ShsA0okPPbW-whfngcLwQlg,13141
huggingface_hub/cli/_skills.py,sha256=Uw8owzRAIse2KZGhf5S4_VsAQQ7pwjl2YOT-W0ZnbgE,10046
huggingface_hub/cli/auth.py,sha256=N-u8T1pld-ZrY7X9PKtyFO0d8qcj8c0C9PVoCyTkCSo,5311
huggingface_hub/cli/buckets.py,sha256=jtbDJaXTt3AaPsPAe-MIMlZkmfMePWnN47DONS3TIWs,21225
huggingface_hub/cli/cache.py,sha256=T2LgVzYsfM-EFP3WEKZPHNu_r9Bi6ukxaqn0RtQEU6U,26879
huggingface_hub/cli/collections.py,sha256=VW-P4E-Amt7-im8urO42XgEcWskFj8cMA0Bj3aD1uMo,10775
huggingface_hub/cli/datasets.py,sha256=hxnBhJ7V2E_hHTcOLGQFZVYrcVgWqHGGGeLA6Ufb91Y,10756
huggingface_hub/cli/deprecated_cli.py,sha256=vAK_CR4NE9uzNJ0I59SyBnIln5nlypG4CPoohMoPMVg,1090
huggingface_hub/cli/discussions.py,sha256=lKW0jqjkse5FotjX0UmS6jVPyEt-vdNDO6vnqU9wJQ8,12613
huggingface_hub/cli/download.py,sha256=u15iIsFz1BnD-oFFaw3pBR4PEszkeZJVLrqrAZmotXc,10507
huggingface_hub/cli/extensions.py,sha256=pVEn8nRb4K9bf1dxkhAgqH_epC-gnt51dU8BHVGpQI0,22063
huggingface_hub/cli/hf.py,sha256=-nLiWw8hBR6q9S7zy7IcRZKMnCK0HQ22SiV_hRzg4UQ,4664
huggingface_hub/cli/inference_endpoints.py,sha256=0T2FMOo3kIrlJeTjtxgnE1-9BKlelzm0m2g_0jB62UA,14040
huggingface_hub/cli/jobs.py,sha256=EUh03Ej2wxBrAi2-HSehYaT64CBpRFVwRB3oveLaM0I,40400
huggingface_hub/cli/lfs.py,sha256=TT-9IMLmQTOVNJ9Eo-kMsQF-o0sPD4mxYPtgSIDEBWc,5923
huggingface_hub/cli/models.py,sha256=pEGi2l2yj0a_s7wKlvcD7C3b6dwns7zqZUQf5GJeh9U,7743
huggingface_hub/cli/papers.py,sha256=VCl2JRBzBuAxyY0WRIzV7f77XuO2kwfF4TrdOsW0HCE,5648
huggingface_hub/cli/repo_files.py,sha256=0VdacUlJH_fxCMrVutBt-rtOTjYk_2AhlbW5xlAeKck,2440
huggingface_hub/cli/repos.py,sha256=u9T_gha_mObAksFR2TQyDIjRFdPvW40Q2mBmyw4Fm5w,20042
huggingface_hub/cli/skills.py,sha256=TljY_9G9upof6g0hGTxddjBXmTLO48gplzYtqImpSG0,19678
huggingface_hub/cli/spaces.py,sha256=66TIdqqa_hWaslsYrA5TOCc-BaVvM6HXA--87PdEZnc,40160
huggingface_hub/cli/system.py,sha256=SP1GiWxXHcGtkYeyFmI0WJwO9EN298o7hTavOsaxlaQ,1749
huggingface_hub/cli/upload.py,sha256=qC_Z-kjheq0pSXULYg2szefM9T8nYMRnA1Ltz2TlqSo,12706
huggingface_hub/cli/upload_large_folder.py,sha256=WDhKyGeH5FqAkesfzCla-nRVQHl6spOVc9VD-iHtcd8,4575
huggingface_hub/cli/webhooks.py,sha256=uO2t1Kgc4DXy_Ut2nWK3uDlvFrKmqvLUSjb68kbafA0,9268
huggingface_hub/community.py,sha256=N5OE5Rbc2BMwpNXCFOPQAwn0otqQunsXdEnSE_0J2Xo,12325
huggingface_hub/constants.py,sha256=2nnVWGEh3sKAgE2TSDTogmAQabkZVjv7US6Ue5s10Sc,12727
huggingface_hub/dataclasses.py,sha256=47qPdMJMuzFFjPwqa_bRvzh7nxwXx_lXE8h3eblkxp8,25940
huggingface_hub/errors.py,sha256=Tbld6RksYRBbXKWyOOJx0sQme-jCkvGhmeH2wwhgjB8,14895
huggingface_hub/fastai_utils.py,sha256=jwKeVXH_VP0zxnOKVNQCVCkF-stH70l-bExbbrYkBKQ,16583
huggingface_hub/file_download.py,sha256=yCifaVeeyt65sFaxR65oSY_KhT7_WUlvikHG_PMf2jE,84078
huggingface_hub/hf_api.py,sha256=0OyEG1bCHwoJesFR40WU--5FuKKSKuSYIux4CGexQIM,632497
huggingface_hub/hf_file_system.py,sha256=1Y6BqYHafnwulGNufJtzWfMU3Q3sbaW7oOqUcrNlvc4,60581
huggingface_hub/hub_mixin.py,sha256=ljKAtm3qQsY-ARtxY-PCFx0koFXLI37JytMrzpqfnQo,36912
huggingface_hub/inference/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
huggingface_hub/inference/__pycache__/__init__.cpython-312.pyc,,
huggingface_hub/inference/__pycache__/_client.cpython-312.pyc,,
huggingface_hub/inference/__pycache__/_common.cpython-312.pyc,,
huggingface_hub/inference/_client.py,sha256=yu99zMNIkXBEpq7WFdRZ8sy1ZICIXI-DwCDxjr17_as,157777
huggingface_hub/inference/_common.py,sha256=X-fBP8s6xuNTAuQsGVIethE8dNQaa-mK7Ds54qVVDz8,14999
huggingface_hub/inference/_generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
huggingface_hub/inference/_generated/__pycache__/__init__.cpython-312.pyc,,
huggingface_hub/inference/_generated/__pycache__/_async_client.cpython-312.pyc,,
huggingface_hub/inference/_generated/_async_client.py,sha256=xST7gThlcdS50Ky6KiTo5RukiS5FaFECPi33uaHNnQ4,160988
huggingface_hub/inference/_generated/types/__init__.py,sha256=e625ENOmTUM4uUL1eAlsZOK7CovNoGBDH-TxSNQhaC4,6869
huggingface_hub/inference/_generated/types/__pycache__/__init__.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/audio_classification.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/audio_to_audio.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/automatic_speech_recognition.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/base.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/chat_completion.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/depth_estimation.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/document_question_answering.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/feature_extraction.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/fill_mask.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/image_classification.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/image_segmentation.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/image_text_to_image.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/image_text_to_video.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/image_to_image.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/image_to_text.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/image_to_video.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/object_detection.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/question_answering.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/sentence_similarity.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/summarization.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/table_question_answering.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/text2text_generation.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/text_classification.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/text_generation.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/text_to_audio.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/text_to_image.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/text_to_speech.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/text_to_video.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/token_classification.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/translation.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/video_classification.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/visual_question_answering.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/zero_shot_classification.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/zero_shot_image_classification.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/zero_shot_object_detection.cpython-312.pyc,,
huggingface_hub/inference/_generated/types/audio_classification.py,sha256=DGWEvrRPX7xpXlbYY4LMojGcULdEZFTshhNR81rTNcQ,1567
huggingface_hub/inference/_generated/types/audio_to_audio.py,sha256=2Ep4WkePL7oJwcp5nRJqApwviumGHbft9HhXE9XLHj4,891
huggingface_hub/inference/_generated/types/automatic_speech_recognition.py,sha256=X0uCj9qwAcOmlKtV3vWH5cAgLGY0PuYIy2eSH7GE1qs,5439
huggingface_hub/inference/_generated/types/base.py,sha256=EPWp1qudjeEimEAyQ-ptdxpAACoRM8tW342-Ds7pP3I,6938
huggingface_hub/inference/_generated/types/chat_completion.py,sha256=3yc06ZI0NCZzsaeoxSMWyIHqGc8Vn_6aExncuXa1llE,11100
huggingface_hub/inference/_generated/types/depth_estimation.py,sha256=5Kn4xNGJg235Cofr1lzO59eRGCuLTZun8z5t6a2do8Q,910
huggingface_hub/inference/_generated/types/document_question_answering.py,sha256=aUZcrDGexjw8Fnm2rACm_3my77V15NnQHZxj-sa7bjo,3146
huggingface_hub/inference/_generated/types/feature_extraction.py,sha256=DiO47PqwhdNta_KPDBsXfCPIL6BWNhyCLymxORlqUA0,1509
huggingface_hub/inference/_generated/types/fill_mask.py,sha256=NhEskgoiMst7U_0cV_S-wryga4_2T5LgpbyQ23vHMp0,1680
huggingface_hub/inference/_generated/types/image_classification.py,sha256=xWr4OY65EcIIhd7MI610a7xlaAVHQeydi8Gc7tlaPTU,1579
huggingface_hub/inference/_generated/types/image_segmentation.py,sha256=lZKzbn_gkSi1sYGLb9ryeRr0aDAVrfYh0H5Iiv5JNsY,1935
huggingface_hub/inference/_generated/types/image_text_to_image.py,sha256=pRQgYKXJbIpEjRBxuIE6NRDtk_km9DSTQ2s2qxkYJRM,2585
huggingface_hub/inference/_generated/types/image_text_to_video.py,sha256=MVhP8D4eYjpT3hWYkkpuiME-hWY09o7C4rIn_wmnAmY,2450
huggingface_hub/inference/_generated/types/image_to_image.py,sha256=P9TeMFSnZI_pa6DyinzDPWL0PNm_INJwsqFUEzpwIcU,2262
huggingface_hub/inference/_generated/types/image_to_text.py,sha256=DCDS0Nqi-4AuATitvZm4EgrzYQuQEQ5lzBcaHuCmHnY,4740
huggingface_hub/inference/_generated/types/image_to_video.py,sha256=iMCjiFTUza9AW_MyJ1videhYgvMY9QSzQ59kNdTE9QY,2206
huggingface_hub/inference/_generated/types/object_detection.py,sha256=zNILlyZJh59rNNfqXM5x9uprDCPfEU-bvBtabeKSMzI,1965
huggingface_hub/inference/_generated/types/question_answering.py,sha256=lIRf8DjRiAsjzWUBEsGt354SB4bvejLokf-8luHw6_o,2845
huggingface_hub/inference/_generated/types/sentence_similarity.py,sha256=eNGiO4dR-Lft9yOLE0E97jfVyOT_ExDWZW5GeJGdatU,1027
huggingface_hub/inference/_generated/types/summarization.py,sha256=5Dpt6LRteT-hO9esa3Ty_-xSL5U-zTtVZzy3iKwZRng,1472
huggingface_hub/inference/_generated/types/table_question_answering.py,sha256=bwn616XJ-eLa5JKzn3m9rZZ3z63INGEUwRSOCWlEh-4,2269
huggingface_hub/inference/_generated/types/text2text_generation.py,sha256=fotSlPWtIlp_LG26AQvNRXxU-jCUfda5PWsxCkbFeKM,1591
huggingface_hub/inference/_generated/types/text_classification.py,sha256=uamBzz4YzWQ9mb6yuriykX8r47ZHf0K3eJpOLzB2qJw,1439
huggingface_hub/inference/_generated/types/text_generation.py,sha256=FRUljypvCSQ2RaiylhlHeLJfHNy8qZvuty6SCB_zcaA,5813
huggingface_hub/inference/_generated/types/text_to_audio.py,sha256=CiaTUSBdFtOs3gGTosqyQrjCwrN8mVJLRxDDWUtwZpQ,4677
huggingface_hub/inference/_generated/types/text_to_image.py,sha256=Ju25WIDHE-1n8jlZ_udG4rpAaPYpmghR7-cDgVfuf48,1869
huggingface_hub/inference/_generated/types/text_to_speech.py,sha256=WqDzWkhZsDcjapkoFrkyjF903SKs7aHhjypsYrn8oBw,4693
huggingface_hub/inference/_generated/types/text_to_video.py,sha256=KjcDbtChwrIxIdTH6vcesUaMcjL2xjPf2nWEnHazj4Y,1756
huggingface_hub/inference/_generated/types/token_classification.py,sha256=8KRBlqgFDszaUnPMvdRkZNQaZBtDfBhKZ6SggQldQMM,1894
huggingface_hub/inference/_generated/types/translation.py,sha256=-j2PC1-qfoxvGMaKesqf5jXelqj0BDlEpfvZ7dsIEJM,1742
huggingface_hub/inference/_generated/types/video_classification.py,sha256=vfaCqp8MuRMMtGvYCX0x4-AcwEd71kPHgSYJTNIOxLQ,1668
huggingface_hub/inference/_generated/types/visual_question_answering.py,sha256=sWIB-SuEpW21oU6O5qQF3tt5PavUFsFOa8Xg4upTtek,1654
huggingface_hub/inference/_generated/types/zero_shot_classification.py,sha256=gx-7WHad7xsNa89iSKSteKHjaHrKbIyzN_nSdJN3HCY,1697
huggingface_hub/inference/_generated/types/zero_shot_image_classification.py,sha256=JZTQvcbSGrOQlWcPuJvAMT8YziDpBRn1O2RQSw507uY,1449
huggingface_hub/inference/_generated/types/zero_shot_object_detection.py,sha256=sjdpVUN5zW9aYBymLVUs6i5HVk2qkUBO9ysEjHmsXVM,1605
huggingface_hub/inference/_mcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
huggingface_hub/inference/_mcp/__pycache__/__init__.cpython-312.pyc,,
huggingface_hub/inference/_mcp/__pycache__/_cli_hacks.cpython-312.pyc,,
huggingface_hub/inference/_mcp/__pycache__/agent.cpython-312.pyc,,
huggingface_hub/inference/_mcp/__pycache__/cli.cpython-312.pyc,,
huggingface_hub/inference/_mcp/__pycache__/constants.cpython-312.pyc,,
huggingface_hub/inference/_mcp/__pycache__/mcp_client.cpython-312.pyc,,
huggingface_hub/inference/_mcp/__pycache__/types.cpython-312.pyc,,
huggingface_hub/inference/_mcp/__pycache__/utils.cpython-312.pyc,,
huggingface_hub/inference/_mcp/_cli_hacks.py,sha256=KX9HZJPa1p8ngY3mtYGGlVUXfg4vYbbBRs-8HLToP04,3284
huggingface_hub/inference/_mcp/agent.py,sha256=ufIzMGHore5n252hV5GZPM0ouDXIl6tv5Jl_5gHXnbg,4250
huggingface_hub/inference/_mcp/cli.py,sha256=YsabbtVJzQ4vNN5km86BYcLV0SgkgE3hM2pIt6BpyAA,9801
huggingface_hub/inference/_mcp/constants.py,sha256=lLRgR6gRuqJ4u7jqngVUgVYeOzactgJpkTxx66t1piE,2463
huggingface_hub/inference/_mcp/mcp_client.py,sha256=dGp8PhN6aVw4bDnuSySFSiguHUiz-nzhgv89CVdO7pI,17243
huggingface_hub/inference/_mcp/types.py,sha256=yHNfPsM9MhD06oeKdkbmrBsW-3WhUeqA26fyfRfx_bk,929
huggingface_hub/inference/_mcp/utils.py,sha256=gxSB_rBjQ6VrkApKFsxk6-UzhijxkDVNuZrsjW5pL8k,4318
huggingface_hub/inference/_providers/__init__.py,sha256=w_xvb8LjHqV4lCfxyYS7aRjgF4bw-T3VwuZFemEMq1c,11136
huggingface_hub/inference/_providers/__pycache__/__init__.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/_common.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/black_forest_labs.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/cerebras.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/clarifai.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/cohere.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/deepinfra.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/fal_ai.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/featherless_ai.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/fireworks_ai.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/groq.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/hf_inference.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/hyperbolic.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/nebius.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/novita.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/nscale.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/nvidia.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/openai.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/ovhcloud.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/publicai.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/replicate.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/sambanova.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/scaleway.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/together.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/wavespeed.cpython-312.pyc,,
huggingface_hub/inference/_providers/__pycache__/zai_org.cpython-312.pyc,,
huggingface_hub/inference/_providers/_common.py,sha256=9Ykgz6nT5ok-p7PpvnxkuNURR-yr85uP9B1wHwbSJ58,13815
huggingface_hub/inference/_providers/black_forest_labs.py,sha256=HO3DaD97Hqy6b823b6VUPqiEqhHLKGeMVtJ4CMjGRPA,2817
huggingface_hub/inference/_providers/cerebras.py,sha256=QOJ-1U-os7uE7p6eUnn_P_APq-yQhx28be7c3Tq2EuA,210
huggingface_hub/inference/_providers/clarifai.py,sha256=1cEXQwhGk4DRKiPCQUa5y-L6okTo4781EImQC8yJVOw,380
huggingface_hub/inference/_providers/cohere.py,sha256=P9kbIuvQ2rXI1yNmgbw5VKFFTE0huLq2k-BCyDkDico,1226
huggingface_hub/inference/_providers/deepinfra.py,sha256=EaeeEMJCiKKuAdOjZwq0lWGonzBISr4ucErb6KpVCgE,1564
huggingface_hub/inference/_providers/fal_ai.py,sha256=Y2vo5Dl3e8EoehplwNshu8LbDT1e7V4ZyhAMqs0wXws,11705
huggingface_hub/inference/_providers/featherless_ai.py,sha256=C8OHdFpoFyA--pawLTekUmUSRq4sw_r0D-cSPekD4kE,1347
huggingface_hub/inference/_providers/fireworks_ai.py,sha256=go6XPum8u0-g768HJ_r0S4Gb445gZJxnuY_acktz-9c,1188
huggingface_hub/inference/_providers/groq.py,sha256=JTk2JV4ZOlaohho7zLAFQtk92kGVsPmLJ1hmzcwsqvQ,315
huggingface_hub/inference/_providers/hf_inference.py,sha256=d2vdCKSi5CtyQqYndHHvH7SY131-7YHUK3yE7653eIc,9467
huggingface_hub/inference/_providers/hyperbolic.py,sha256=Zk2rw2k-R0JxrfpcaHhAUuB5D6s40XK0tuvuKwglsUE,1950
huggingface_hub/inference/_providers/nebius.py,sha256=OTPXQIYxQSwZc8FzhGAHUaa6Mkp3h6LphSVoa_1gY7I,3513
huggingface_hub/inference/_providers/novita.py,sha256=ATEoSdPAPLMfx3JpBc0sOyLh4upJYP6xHBuo4YEDYvg,2470
huggingface_hub/inference/_providers/nscale.py,sha256=T1L2JLI9LqYT9_YEdW76YEtxfDNtdGkoFhH-p2LmSxg,1767
huggingface_hub/inference/_providers/nvidia.py,sha256=ocMuhycyIo8qiJf-E50oHGYuPvMcJC0BexSXBOYaOFg,251
huggingface_hub/inference/_providers/openai.py,sha256=wwjaaQ55xLmDsDnHpZk52xbuLoGZfWzJkFsE8AdFVaI,1054
huggingface_hub/inference/_providers/ovhcloud.py,sha256=tdmymlkbddMJKV7NRZ-tH2wymbLPFDTqUSXpWJUXyDQ,314
huggingface_hub/inference/_providers/publicai.py,sha256=1I2W6rORloB5QHSvky4njZO2XKLTwA-kPdNoauoT5rg,210
huggingface_hub/inference/_providers/replicate.py,sha256=hte0ZB2RtGFwpAuLrFp2Gbgsn3EOlccCnJkWTDTW__A,6027
huggingface_hub/inference/_providers/sambanova.py,sha256=2dkhLf5nKGZ8hOqF-oWYHIN-Wckcwq0cMVf8UYgmDy4,1999
huggingface_hub/inference/_providers/scaleway.py,sha256=MfIc7ZND1sPr__rOmNHZVg0VpECQo0bVyksgIm_32xQ,1174
huggingface_hub/inference/_providers/together.py,sha256=lrymDZ86n5yoR_Zz7o3AzzSePyo0s7BOBU5digLxb5o,12220
huggingface_hub/inference/_providers/wavespeed.py,sha256=MGM7Y7r2nQiH_EH0t5UE1o1fT-o3sS7RaQlicS9WHsg,5028
huggingface_hub/inference/_providers/zai_org.py,sha256=gLJZOEmCPmUZvdM7VDn2nxm4ac3veHdoMgQNR63UeWE,4739
huggingface_hub/lfs.py,sha256=n62w73jiCj6n74Kl7kZ_UisUKfqoFqoyLYyzXaWy7Gc,14853
huggingface_hub/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
huggingface_hub/repocard.py,sha256=ytBgqomIuM3zOeTPfzQNk_stlswh8DttLDvTbX_woPI,35582
huggingface_hub/repocard_data.py,sha256=CRW3puz-efDcoGjKIgZv6p3LKKKYVgcy-FGr96zAFOg,34251
huggingface_hub/serialization/__init__.py,sha256=jCiw_vVQYW52gwVfWiqgocf2Q19kGTQlRGVpf-4SLP8,963
huggingface_hub/serialization/__pycache__/__init__.cpython-312.pyc,,
huggingface_hub/serialization/__pycache__/_base.cpython-312.pyc,,
huggingface_hub/serialization/__pycache__/_dduf.cpython-312.pyc,,
huggingface_hub/serialization/__pycache__/_torch.cpython-312.pyc,,
huggingface_hub/serialization/_base.py,sha256=-bhRW21ZIqza5gE_kWkL8ax-EE6L6xabKkkK35wOX0Y,8176
huggingface_hub/serialization/_dduf.py,sha256=FmGRg5wkXI5sNCgZgCNJFmqb_nVrrQYOHf4Lqq0d64I,15385
huggingface_hub/serialization/_torch.py,sha256=BtaCP-G3oYRP6Pj9MhI-ygBsk3JbBPnVDW9huSOgtkk,46897
huggingface_hub/templates/datasetcard_template.md,sha256=W-EMqR6wndbrnZorkVv56URWPG49l7MATGeI015kTvs,5503
huggingface_hub/templates/modelcard_template.md,sha256=4AqArS3cqdtbit5Bo-DhjcnDFR-pza5hErLLTPM4Yuc,6870
huggingface_hub/utils/__init__.py,sha256=XWwVg0UI35d1RmJc-jwmLqUGOPduz7NcGOjEgAiMBj8,4061
huggingface_hub/utils/__pycache__/__init__.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_auth.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_cache_assets.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_cache_manager.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_chunk_utils.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_datetime.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_deprecation.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_detect_agent.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_dotenv.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_experimental.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_fixes.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_git_credential.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_headers.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_hf_uris.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_http.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_lfs.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_pagination.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_parsing.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_paths.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_runtime.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_safetensors.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_subprocess.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_telemetry.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_terminal.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_typing.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_validators.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_verification.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_xet.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/_xet_progress_reporting.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/endpoint_helpers.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/insecure_hashlib.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/logging.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/sha.cpython-312.pyc,,
huggingface_hub/utils/__pycache__/tqdm.cpython-312.pyc,,
huggingface_hub/utils/_auth.py,sha256=xAYVjYsqEQwAkktLVGCCe8q8DoLEzYWtiVCygLzoLhA,12136
huggingface_hub/utils/_cache_assets.py,sha256=nnzHRtQAR50dQeIK6qKddsmjjTW9v9HZ7b9bq7PJqss,5691
huggingface_hub/utils/_cache_manager.py,sha256=K3MfxR2we_uU2j5xLD1bMru6zihzDDlyZZm6mGUOxtM,33023
huggingface_hub/utils/_chunk_utils.py,sha256=pTjy8Z-KLU4W_6D3OUh3E8lCodWDCd6aJwjNDU0C5U8,2121
huggingface_hub/utils/_datetime.py,sha256=tbNyI0Dkh27oScPUtLIT_8apqIIkXZYbigjOn9S3aMw,2755
huggingface_hub/utils/_deprecation.py,sha256=n4kNHbGipquSObJ-gxodcfd6lqoe_8s-VIsTuo3Oruk,4865
huggingface_hub/utils/_detect_agent.py,sha256=Iw2KW9BUZWfIypn9CtiTmEibHwKK9xx5Ar48z1cMU-Q,7337
huggingface_hub/utils/_dotenv.py,sha256=QfL6aWFp5NffhJEYFd6FtKHqly5EBpY8Cb-o9t8Ul04,1980
huggingface_hub/utils/_experimental.py,sha256=q9vUvc1JybVFRQ0GRREG-BLouZEJC_40MxcwbAlOud0,2464
huggingface_hub/utils/_fixes.py,sha256=jTK1VLmc0ZC9ROSXjKoL5F6kOZFByzirRWIdXxhBfWU,4124
huggingface_hub/utils/_git_credential.py,sha256=1BhjvIScCOAToDORLOKrR3Szs-m0E5AYHPmC0SD7Nrs,4548
huggingface_hub/utils/_headers.py,sha256=fHd8JflV1sX02mdQnwc7k1zll3ZXceu-HmmGz0UOEFo,8090
huggingface_hub/utils/_hf_uris.py,sha256=3lYf15cxTSrMsNZ_BjC4DtRZUNdZCe_awjOONR2fO3o,25357
huggingface_hub/utils/_http.py,sha256=wgNAPuEUqRLj8pbuQgJbHZos9eEia0I4sj2P_qcFJ04,43593
huggingface_hub/utils/_lfs.py,sha256=xMU-ROgNAUpDkzbH6yRZsE-eVYUYTNMGrgVb_QdTv-k,3942
huggingface_hub/utils/_pagination.py,sha256=buIKERSyWOJqVSY9nv8hImDmNErD-PPOnXosXm2O87Y,1832
huggingface_hub/utils/_parsing.py,sha256=FKnaKPp169aO_PITL68-eBb-iQXxx89nWbDUQlQbbdA,3461
huggingface_hub/utils/_paths.py,sha256=ZceF9JnRzNrvrMSvPbgriuRQ3_LpLa3EE8W21bvBxaU,5265
huggingface_hub/utils/_runtime.py,sha256=GVJ_Dt6y_48TZWl0ui9yPdW8M7rqGblRGyUqKaXxkCo,13493
huggingface_hub/utils/_safetensors.py,sha256=qFE7OA-vjU8X0zBBtOeNRzLu147KF-PdFoaxkYfWB4M,4426
huggingface_hub/utils/_subprocess.py,sha256=tFVBBNot_HLVqQ79y873TGb12C4PUTMwub-GhzDTemE,4542
huggingface_hub/utils/_telemetry.py,sha256=Tpa3YmOLhK_MEnL2i2fRLQy8aqAEZWbj6MKC18Hs8BA,4824
huggingface_hub/utils/_terminal.py,sha256=BCyoZv8Dv1tbAYaIInRvT-Xl9t9EBMM56AxmJQ2KiZA,3715
huggingface_hub/utils/_typing.py,sha256=1LeE785YedppXSR9a1fQDu5rhTxX5v9kBYBaHrP65rA,3542
huggingface_hub/utils/_validators.py,sha256=tuC1U4yxB-4XKIajZMnKZUSKvZ6qPpydY8LItfa0g40,8419
huggingface_hub/utils/_verification.py,sha256=ZSilnolSkYmHB3vmBlWuuVr53xz59P5uGnxC3H-Hjc0,5434
huggingface_hub/utils/_xet.py,sha256=5c9hk5Padl1tdMJg95S6wAFPkGIYa4IYhyZixuOTbD8,13942
huggingface_hub/utils/_xet_progress_reporting.py,sha256=MEyoWWqKEsqy87xWr5H8srTnzkWkJGU9udKTYKoJdQU,6973
huggingface_hub/utils/endpoint_helpers.py,sha256=9VtIAlxQ5H_4y30sjCAgbu7XCqAtNLC7aRYxaNn0hLI,2366
huggingface_hub/utils/insecure_hashlib.py,sha256=z3dVUFvdBZ8kQI_8Vzvvlr3ims-EBiY-SYPdnzIKOkw,1008
huggingface_hub/utils/logging.py,sha256=WaXk5gRa8Ml_LUIH34QCr8suYj8i_8Wot4IDnYJyWyM,4870
huggingface_hub/utils/sha.py,sha256=h8wxheZpcv671RhtiIFcFmQTDSrogN3kwQx3ZaNEUHg,2121
huggingface_hub/utils/tqdm.py,sha256=KbHhkB5g76JgGOGCcjAQOaR-oc-wzd4Sr3wqd41ny7k,13350

View file

@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: setuptools (82.0.1)
Root-Is-Purelib: true
Tag: py3-none-any

View file

@ -0,0 +1,7 @@
[console_scripts]
hf = huggingface_hub.cli.hf:main
huggingface-cli = huggingface_hub.cli.deprecated_cli:main
tiny-agents = huggingface_hub.inference._mcp.cli:app
[fsspec.specs]
hf = huggingface_hub.HfFileSystem

View file

@ -0,0 +1,201 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

View file

@ -0,0 +1 @@
huggingface_hub