chore: 添加虚拟环境到仓库

- 添加 backend_service/venv 虚拟环境
- 包含所有Python依赖包
- 注意:虚拟环境约393MB,包含12655个文件
This commit is contained in:
2025-12-03 10:19:25 +08:00
parent a6c2027caa
commit c4f851d387
12655 changed files with 3009376 additions and 0 deletions

View File

@@ -0,0 +1,320 @@
Metadata-Version: 2.4
Name: huggingface_hub
Version: 1.1.4
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
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.9
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.9.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: filelock
Requires-Dist: fsspec>=2023.5.0
Requires-Dist: hf-xet<2.0.0,>=1.2.0; 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: shellingham
Requires-Dist: tqdm>=4.42.1
Requires-Dist: typer-slim
Requires-Dist: typing-extensions>=3.7.4.3
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.1.3; 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: fastapi; extra == "testing"
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: 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: 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
```
If you prefer, you can also install it with [conda](https://huggingface.co/docs/huggingface_hub/en/installation#install-with-conda).
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 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,304 @@
../../../bin/hf,sha256=RmBGKrojCbVv90repRYYyP8llARR8Mdk8HcwXkroVx0,240
../../../bin/tiny-agents,sha256=_WgOKzX2q6ZnF9DDuBguHN5vzcHTPfq032b6DcyOzLY,250
huggingface_hub-1.1.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
huggingface_hub-1.1.4.dist-info/METADATA,sha256=iUjACuVljRLXuthCirytZMuBGOcpL-lDMe2JQPYokb0,13856
huggingface_hub-1.1.4.dist-info/RECORD,,
huggingface_hub-1.1.4.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
huggingface_hub-1.1.4.dist-info/entry_points.txt,sha256=j3KnOggx2dIP7NUkPyYgXdRnLxd94aHmqJ8J6tEZwY8,154
huggingface_hub-1.1.4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
huggingface_hub-1.1.4.dist-info/top_level.txt,sha256=8KzlQJAY4miUvjAssOAJodqKOw3harNzuiwGQ9qLSSk,16
huggingface_hub/__init__.py,sha256=bnwtO0P2eSYjgjlhqZIJhOPDHWysk44vJ3eEOyLa_0c,52470
huggingface_hub/__pycache__/__init__.cpython-313.pyc,,
huggingface_hub/__pycache__/_commit_api.cpython-313.pyc,,
huggingface_hub/__pycache__/_commit_scheduler.cpython-313.pyc,,
huggingface_hub/__pycache__/_inference_endpoints.cpython-313.pyc,,
huggingface_hub/__pycache__/_jobs_api.cpython-313.pyc,,
huggingface_hub/__pycache__/_local_folder.cpython-313.pyc,,
huggingface_hub/__pycache__/_login.cpython-313.pyc,,
huggingface_hub/__pycache__/_oauth.cpython-313.pyc,,
huggingface_hub/__pycache__/_snapshot_download.cpython-313.pyc,,
huggingface_hub/__pycache__/_space_api.cpython-313.pyc,,
huggingface_hub/__pycache__/_tensorboard_logger.cpython-313.pyc,,
huggingface_hub/__pycache__/_upload_large_folder.cpython-313.pyc,,
huggingface_hub/__pycache__/_webhooks_payload.cpython-313.pyc,,
huggingface_hub/__pycache__/_webhooks_server.cpython-313.pyc,,
huggingface_hub/__pycache__/community.cpython-313.pyc,,
huggingface_hub/__pycache__/constants.cpython-313.pyc,,
huggingface_hub/__pycache__/dataclasses.cpython-313.pyc,,
huggingface_hub/__pycache__/errors.cpython-313.pyc,,
huggingface_hub/__pycache__/fastai_utils.cpython-313.pyc,,
huggingface_hub/__pycache__/file_download.cpython-313.pyc,,
huggingface_hub/__pycache__/hf_api.cpython-313.pyc,,
huggingface_hub/__pycache__/hf_file_system.cpython-313.pyc,,
huggingface_hub/__pycache__/hub_mixin.cpython-313.pyc,,
huggingface_hub/__pycache__/lfs.cpython-313.pyc,,
huggingface_hub/__pycache__/repocard.cpython-313.pyc,,
huggingface_hub/__pycache__/repocard_data.cpython-313.pyc,,
huggingface_hub/_commit_api.py,sha256=RUTK7SLa10_-AnfQOCY-pcLw_L_LyuGCfjzvpmb6edk,40619
huggingface_hub/_commit_scheduler.py,sha256=tqcdWVGJRIxGQtkFHs_AgBdN9ztUjOQSuAhfMAr1ieM,14751
huggingface_hub/_inference_endpoints.py,sha256=FGiAsAuVVW6YbGw6KvryfyMTWup6h0cURXR3zx6nwYY,17593
huggingface_hub/_jobs_api.py,sha256=BelnQPFWSH80-SJm8OGrZy8s1mwm8PmCGbV82sZ11xs,10871
huggingface_hub/_local_folder.py,sha256=gVG89_stPbxsQpkYh6YCXhhgfvhHFavP4uKmGkHjEzY,17305
huggingface_hub/_login.py,sha256=Me2o4B1qovbcXNKlHaakUrxho1XtPPSV7DD1sn2apEA,18971
huggingface_hub/_oauth.py,sha256=Pvu5zi733W7ZofFpzET1ZJjTJeg3JkdlW1TBc0WgBjU,18695
huggingface_hub/_snapshot_download.py,sha256=UWzMC-4RPjmtaDrZKZzJlxeX0Fi8vyWoqtO439TElx0,20622
huggingface_hub/_space_api.py,sha256=x3g73UhCyz4HEQIGjy7RTKUMO6j8VERpMD9RR-j9cEM,5464
huggingface_hub/_tensorboard_logger.py,sha256=3TocVxxSIioqxOkI6p1N4plnWfAizfdU456V0-K10Bs,8414
huggingface_hub/_upload_large_folder.py,sha256=J3AFi-PikkrfDIl1NLloZ-UrRCa4SAXZR2FPRg6Xg1M,29564
huggingface_hub/_webhooks_payload.py,sha256=qCZjBa5dhssg_O0yzgzxPyMpwAxLG96I4qen_HIk0Qc,3611
huggingface_hub/_webhooks_server.py,sha256=-trDDzwsFHuE0IIwxWJLtfq9D35k8AVas-UAMSn3qxc,15668
huggingface_hub/cli/__init__.py,sha256=A4zmzuHD2OHjQ5zmdfcnsj0JeCzHVPtpzh-wCjInugA,606
huggingface_hub/cli/__pycache__/__init__.cpython-313.pyc,,
huggingface_hub/cli/__pycache__/_cli_utils.cpython-313.pyc,,
huggingface_hub/cli/__pycache__/auth.cpython-313.pyc,,
huggingface_hub/cli/__pycache__/cache.cpython-313.pyc,,
huggingface_hub/cli/__pycache__/download.cpython-313.pyc,,
huggingface_hub/cli/__pycache__/hf.cpython-313.pyc,,
huggingface_hub/cli/__pycache__/inference_endpoints.cpython-313.pyc,,
huggingface_hub/cli/__pycache__/jobs.cpython-313.pyc,,
huggingface_hub/cli/__pycache__/lfs.cpython-313.pyc,,
huggingface_hub/cli/__pycache__/repo.cpython-313.pyc,,
huggingface_hub/cli/__pycache__/repo_files.cpython-313.pyc,,
huggingface_hub/cli/__pycache__/system.cpython-313.pyc,,
huggingface_hub/cli/__pycache__/upload.cpython-313.pyc,,
huggingface_hub/cli/__pycache__/upload_large_folder.cpython-313.pyc,,
huggingface_hub/cli/_cli_utils.py,sha256=CGJcEwFbIVWK1azJ4AIml6D8FBbn24lPZfBR069cE98,5403
huggingface_hub/cli/auth.py,sha256=tJcKzQz8_pl0FFl8a-tNjxpK4AFfA38L4oztcXVdcSY,4515
huggingface_hub/cli/cache.py,sha256=v_2ssqCj3CLqFbD-nKK6BhGSCpgHzowrO4VvkSKU4k8,29168
huggingface_hub/cli/download.py,sha256=h9dUa91e1nOTmIcgtxyNE0ZGz6ZSrKu4nnlJsYp2HWg,6532
huggingface_hub/cli/hf.py,sha256=N_OvRoTWqfFtncPDqgk8b9h0FYR85CV-dhHEm-VDRX4,2406
huggingface_hub/cli/inference_endpoints.py,sha256=vS8qpRujHdB_AyyZp5uV5uMmNwlCZUf64VGSFCh7AGA,11113
huggingface_hub/cli/jobs.py,sha256=HgxxxDRaCHH62eBpihzf1SakevM3OWewPiIzWjFkYLw,23871
huggingface_hub/cli/lfs.py,sha256=UJI5nBbrt_a-lm5uU88gxD6hVu8xyQav-zBxLTv3Wzo,5895
huggingface_hub/cli/repo.py,sha256=kAHyiYQap5gVNY8kPmub4s7X9mGsn8vFJNIIzSeIOD4,9709
huggingface_hub/cli/repo_files.py,sha256=6d5GsLsCjqSKTSbJqCHnrRxB9kXj-yLRAtcVbQkQNMo,2799
huggingface_hub/cli/system.py,sha256=bEIXmK3qz4qIej1lv1LMCxnXEN9zZnwdl42g4mV_1nQ,982
huggingface_hub/cli/upload.py,sha256=Dpu-syLR6J52U2HM8bJbjAk5PNA2gxAYagjKoRTNSZs,11383
huggingface_hub/cli/upload_large_folder.py,sha256=xQuloimQT0PQH6r5urRpLv8M9I99yAWSGM-sbkG2pu8,4470
huggingface_hub/community.py,sha256=FACeqlP7OgR2vLLJ0IN4cfglBiEGbyTafJ0cXfsjgnQ,12359
huggingface_hub/constants.py,sha256=Wv-R7Ey_kyIFG39w3jPBY0tJO-37ZNtuTtkVy4pPewo,9711
huggingface_hub/dataclasses.py,sha256=aJD2PJMq6FMztM66Q1qNmFi7mNDe9qLdBc03hPQNMlM,22326
huggingface_hub/errors.py,sha256=zefsTHS6_POYb22EbHKuXMDWWRLvheM8ns9fXX4QDu0,11681
huggingface_hub/fastai_utils.py,sha256=0joRPBUccjFALLCfhQLyD_K8qxGvQiLThKJClwej_JQ,16657
huggingface_hub/file_download.py,sha256=c1K0uVCBy08uS2_q5IFQqJBLuzavo2RI4vvXNrUuMqQ,79644
huggingface_hub/hf_api.py,sha256=ptx0uLWP-1HVUAigYVpb7a4tg1dkUag_Td7PBBrTLic,480465
huggingface_hub/hf_file_system.py,sha256=6yYvFMsFOoTcEXCJQoc6XKdlGTX6Fp_ZGeV_WIU7VKk,52726
huggingface_hub/hub_mixin.py,sha256=UvFMjhCISEjJxvur7dr3tuqpjjRDIV2MbTa2Ma74UzY,37064
huggingface_hub/inference/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
huggingface_hub/inference/__pycache__/__init__.cpython-313.pyc,,
huggingface_hub/inference/__pycache__/_client.cpython-313.pyc,,
huggingface_hub/inference/__pycache__/_common.cpython-313.pyc,,
huggingface_hub/inference/_client.py,sha256=8l6OMduH8CCZevXUAh-SA8vFvShhQnDi7CbU3yHupLo,158079
huggingface_hub/inference/_common.py,sha256=TEHgPePoXkjIHGv0JxjMZ5zCwxVxK0bDONMDli3Rb2I,15069
huggingface_hub/inference/_generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
huggingface_hub/inference/_generated/__pycache__/__init__.cpython-313.pyc,,
huggingface_hub/inference/_generated/__pycache__/_async_client.cpython-313.pyc,,
huggingface_hub/inference/_generated/_async_client.py,sha256=1kuFwveq1gUETCKfBt4lcpPsv8OtIKZ7txhTczgA9A8,161289
huggingface_hub/inference/_generated/types/__init__.py,sha256=9WvrGQ8aThtKSNzZF06j-CIE2ZuItne8FFnea1p1u38,6557
huggingface_hub/inference/_generated/types/__pycache__/__init__.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/audio_classification.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/audio_to_audio.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/automatic_speech_recognition.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/base.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/chat_completion.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/depth_estimation.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/document_question_answering.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/feature_extraction.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/fill_mask.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/image_classification.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/image_segmentation.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/image_to_image.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/image_to_text.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/image_to_video.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/object_detection.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/question_answering.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/sentence_similarity.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/summarization.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/table_question_answering.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/text2text_generation.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/text_classification.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/text_generation.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/text_to_audio.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/text_to_image.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/text_to_speech.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/text_to_video.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/token_classification.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/translation.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/video_classification.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/visual_question_answering.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/zero_shot_classification.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/zero_shot_image_classification.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/__pycache__/zero_shot_object_detection.cpython-313.pyc,,
huggingface_hub/inference/_generated/types/audio_classification.py,sha256=Jg3mzfGhCSH6CfvVvgJSiFpkz6v4nNA0G4LJXacEgNc,1573
huggingface_hub/inference/_generated/types/audio_to_audio.py,sha256=2Ep4WkePL7oJwcp5nRJqApwviumGHbft9HhXE9XLHj4,891
huggingface_hub/inference/_generated/types/automatic_speech_recognition.py,sha256=FyViZkZqd0oo7Raqo48HESMAXHSnJap9HRWsKCi8Xz4,5509
huggingface_hub/inference/_generated/types/base.py,sha256=9sGEyvytJureiYimTb-pFIxG7jLe6okKzPamZuSiZyc,6896
huggingface_hub/inference/_generated/types/chat_completion.py,sha256=3-pAyko3ozXSsvE_nFl4wtALf3z5DVQSLjtAD-2tUe4,11242
huggingface_hub/inference/_generated/types/depth_estimation.py,sha256=c7IA81gZp5xIHol-7wlvy8V8UE--O1XF9rahauLVuoY,923
huggingface_hub/inference/_generated/types/document_question_answering.py,sha256=aJ_dC3pVLTHombqX3UwIFhKN_mFzpw4m89sfB2J488E,3196
huggingface_hub/inference/_generated/types/feature_extraction.py,sha256=A8nj27aQWF6XKQxNl0GsOnsNY--nN8Rnlh3nRXrThkU,1531
huggingface_hub/inference/_generated/types/fill_mask.py,sha256=E-dU2bmHlso1cei_ju_LQtYVvDZEqAM1-walZkMPa74,1702
huggingface_hub/inference/_generated/types/image_classification.py,sha256=A-Y024o8723_n8mGVos4TwdAkVL62McGeL1iIo4VzNs,1585
huggingface_hub/inference/_generated/types/image_segmentation.py,sha256=vrkI4SuP1Iq_iLXc-2pQhYY3SHN4gzvFBoZqbUHxU7o,1950
huggingface_hub/inference/_generated/types/image_to_image.py,sha256=snvGbmCdqchxGef25MceD7LSKAmVkIgnoX5t71rdlAQ,2290
huggingface_hub/inference/_generated/types/image_to_text.py,sha256=OaFEBAfgT-fOVzJ7xVermGf7VODhrc9-Jg38WrM7-2o,4810
huggingface_hub/inference/_generated/types/image_to_video.py,sha256=bC-L_cNsDhk4s_IdSiprJ9d1NeMGePLcUp7UPpco21w,2240
huggingface_hub/inference/_generated/types/object_detection.py,sha256=VuFlb1281qTXoSgJDmquGz-VNfEZLo2H0Rh_F6MF6ts,2000
huggingface_hub/inference/_generated/types/question_answering.py,sha256=zw38a9_9l2k1ifYZefjkioqZ4asfSRM9M4nU3gSCmAQ,2898
huggingface_hub/inference/_generated/types/sentence_similarity.py,sha256=5mDdTop4w6CpS-SulA03UVq5lBbzHuNMe8IQsTmAUPQ,1040
huggingface_hub/inference/_generated/types/summarization.py,sha256=eMJvNJmxdImVXLLMADmyDeB1YhJbN3Qd_fC6lPB7mTM,1481
huggingface_hub/inference/_generated/types/table_question_answering.py,sha256=SbgRCeEopJ0ig0U-q-Ft58kzD4aKfn1Dzu46r1g5z28,2281
huggingface_hub/inference/_generated/types/text2text_generation.py,sha256=S9as2uJKqCmRht_dFGws-KwQwEq1hD6w3gSLiGTMERI,1603
huggingface_hub/inference/_generated/types/text_classification.py,sha256=FarAjygLEfPofLfKeabzJ7PKEBItlHGoUNUOzyLRpL4,1445
huggingface_hub/inference/_generated/types/text_generation.py,sha256=g9pLc5XrWc1Ir0nmQ4xTa4ZauKHIJ9Pr7yM1FmZkX0Y,5916
huggingface_hub/inference/_generated/types/text_to_audio.py,sha256=1HR9Q6s9MXqtKGTvHPLGVMum5-eg7O-Pgv6Nd0v8_HU,4741
huggingface_hub/inference/_generated/types/text_to_image.py,sha256=sGGi1Fa0n5Pmd6G3I-F2SBJcJ1M7Gmqnng6sfi0AVzs,1903
huggingface_hub/inference/_generated/types/text_to_speech.py,sha256=ROFuR32ijROCeqbv81Jos0lmaA8SRWyIUsWrdD4yWow,4760
huggingface_hub/inference/_generated/types/text_to_video.py,sha256=xjC9Vp3eovuKEk7qhIeeC8VNJG8W0Kr8PEnOwOC1Ga4,1784
huggingface_hub/inference/_generated/types/token_classification.py,sha256=bpRwy_1knC11auZaeoVrCyYWBwyJLLKeiS-ypNkDTT8,1909
huggingface_hub/inference/_generated/types/translation.py,sha256=jfeWNGkZInGTOWP-Tq2dl1rGa8xuUQvZ40PxuOrsBpE,1757
huggingface_hub/inference/_generated/types/video_classification.py,sha256=TyydjQw2NRLK9sDGzJUVnkDeo848ebmCx588Ur8I9q0,1680
huggingface_hub/inference/_generated/types/visual_question_answering.py,sha256=AWrQ6qo4gZa3PGedaNpzDFqx5yOYyjhnUB6iuZEj_uo,1673
huggingface_hub/inference/_generated/types/zero_shot_classification.py,sha256=-PRiAdpXN0wxRrSVe3z8byEvuxcNby89mASU9CbfVzU,1732
huggingface_hub/inference/_generated/types/zero_shot_image_classification.py,sha256=1alzatw0RA88YUuHfrhRWQ5-Fix-iO3KcxfJV3WQB50,1481
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-313.pyc,,
huggingface_hub/inference/_mcp/__pycache__/_cli_hacks.cpython-313.pyc,,
huggingface_hub/inference/_mcp/__pycache__/agent.cpython-313.pyc,,
huggingface_hub/inference/_mcp/__pycache__/cli.cpython-313.pyc,,
huggingface_hub/inference/_mcp/__pycache__/constants.cpython-313.pyc,,
huggingface_hub/inference/_mcp/__pycache__/mcp_client.cpython-313.pyc,,
huggingface_hub/inference/_mcp/__pycache__/types.cpython-313.pyc,,
huggingface_hub/inference/_mcp/__pycache__/utils.cpython-313.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=AmSUT6wXlE6EWmI0SfQgTWYnL07322zGwwk2yMZZlBc,9640
huggingface_hub/inference/_mcp/constants.py,sha256=Ws8BujjgZWb5kPAVm4GLE_Rqse63MszHp863EWwoPCI,2487
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=6XBYLikJ8lknx-k1QaG_uVoVYZ0yMzyo6WgtGp7Zdds,4175
huggingface_hub/inference/_providers/__init__.py,sha256=jLY5FNJO4WnHHrLsMv8e8vsEGPefrOVYy-Q-Igjr7mg,9974
huggingface_hub/inference/_providers/__pycache__/__init__.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/_common.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/black_forest_labs.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/cerebras.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/clarifai.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/cohere.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/fal_ai.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/featherless_ai.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/fireworks_ai.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/groq.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/hf_inference.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/hyperbolic.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/nebius.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/novita.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/nscale.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/openai.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/publicai.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/replicate.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/sambanova.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/scaleway.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/together.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/wavespeed.cpython-313.pyc,,
huggingface_hub/inference/_providers/__pycache__/zai_org.cpython-313.pyc,,
huggingface_hub/inference/_providers/_common.py,sha256=Tt7oUZAtZ44hhM5xgNUSUVEmtkrkHbGyQ2y-kDUkPt0,13839
huggingface_hub/inference/_providers/black_forest_labs.py,sha256=vkjK_-4epSJa2-fLnbcXFzPAgQsGKhykKwd9Np-V2iw,2846
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=GqUyCR4j6Re-_27ItwQF2p89Yya4e__EWDP9hTSs9w0,1247
huggingface_hub/inference/_providers/fal_ai.py,sha256=Dei4gy51q7oRk-0Vx50acv-0lud9dqSuwIVJrLhdlq8,11766
huggingface_hub/inference/_providers/featherless_ai.py,sha256=SceM3VsgzDSaCnzVxTFK6JepHaGStptdLlwrX-zsM2g,1376
huggingface_hub/inference/_providers/fireworks_ai.py,sha256=YfxC8wMU38qpv6xFc5HnHf6qK4x64nt-iwEDTip4C_U,1209
huggingface_hub/inference/_providers/groq.py,sha256=JTk2JV4ZOlaohho7zLAFQtk92kGVsPmLJ1hmzcwsqvQ,315
huggingface_hub/inference/_providers/hf_inference.py,sha256=dp15WQQNdbIJhLiRvH3PA651xdf7OjMx3R_1bjKqLxw,9534
huggingface_hub/inference/_providers/hyperbolic.py,sha256=LiAAiW7diy-ctrDKNYO_2N4Ght9wnvvD7hMo2NYbsNg,1979
huggingface_hub/inference/_providers/nebius.py,sha256=NQDJoNbFd9FPBA5yWTb_C42NoMeV8edpZCTRoXqtDOM,3574
huggingface_hub/inference/_providers/novita.py,sha256=AN4csxwKbRvNiaK87o9xVp9krL6mHPk6iv5iat87skA,2508
huggingface_hub/inference/_providers/nscale.py,sha256=RkyvmYtQbs2RPenF_pxDPMUMZM_botT21zqfVe2hT5Y,1796
huggingface_hub/inference/_providers/openai.py,sha256=GCVYeNdjWIgpQQ7E_Xv8IebmdhTi0S6WfFosz3nLtps,1089
huggingface_hub/inference/_providers/publicai.py,sha256=1I2W6rORloB5QHSvky4njZO2XKLTwA-kPdNoauoT5rg,210
huggingface_hub/inference/_providers/replicate.py,sha256=MBvjI-4IH8Antqr_8c3MRrBjAzElA3sAmEzeRVpIsPI,3814
huggingface_hub/inference/_providers/sambanova.py,sha256=t-J89tab8wut62jXSXl7pAK5mCrovwdgtvbDYK1DHis,2031
huggingface_hub/inference/_providers/scaleway.py,sha256=Jy81kXWbXCHBpx6xmyzdEfXGSyhUfjKOLHuDSvhHWGo,1209
huggingface_hub/inference/_providers/together.py,sha256=q32zFvXhmRogWXMSaEFVYS8m9blXI_oy7KPdeal7Wwg,3433
huggingface_hub/inference/_providers/wavespeed.py,sha256=908rHLPhrbbdmR4EDfkH58N8gg8zcoYy0bvHALbnGoU,5060
huggingface_hub/inference/_providers/zai_org.py,sha256=plGzMZuLrChZvgpS3CCPqI6ImotZZxNLgfxnR7v6tw8,646
huggingface_hub/lfs.py,sha256=_yqqEl3xbzWufgBBJ-vtPx-LUiuZBJpT9AQ9iX0VJ0c,14060
huggingface_hub/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
huggingface_hub/repocard.py,sha256=eGgvokul8iiCXYuPdrGGyiq6r0YZy_bA91p0SNdmkqw,34973
huggingface_hub/repocard_data.py,sha256=awhSsLRPrcFM9CurB9mrY40H1bE15yzoXDTVL60yD1U,34079
huggingface_hub/serialization/__init__.py,sha256=jCiw_vVQYW52gwVfWiqgocf2Q19kGTQlRGVpf-4SLP8,963
huggingface_hub/serialization/__pycache__/__init__.cpython-313.pyc,,
huggingface_hub/serialization/__pycache__/_base.cpython-313.pyc,,
huggingface_hub/serialization/__pycache__/_dduf.cpython-313.pyc,,
huggingface_hub/serialization/__pycache__/_torch.cpython-313.pyc,,
huggingface_hub/serialization/_base.py,sha256=af1QBU_A3EKgAXvYCkENPyamL5Z7V5LxlIUoCxMsEYM,8097
huggingface_hub/serialization/_dduf.py,sha256=KpfM8D9w3UcAM0hhwYdnM8byIiZMUKQnTl25Wb1hHiw,15410
huggingface_hub/serialization/_torch.py,sha256=__M4aP9zuCJp9TAJLr0r-26LuSao2cofzeo2MPSe-VI,45124
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=WE5nh2AfvdET71MHhJEc8maZxYhsbPIdy1mkow-chDA,3846
huggingface_hub/utils/__pycache__/__init__.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_auth.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_cache_assets.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_cache_manager.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_chunk_utils.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_datetime.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_deprecation.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_dotenv.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_experimental.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_fixes.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_git_credential.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_headers.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_http.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_lfs.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_pagination.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_parsing.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_paths.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_runtime.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_safetensors.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_subprocess.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_telemetry.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_terminal.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_typing.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_validators.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_verification.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_xet.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/_xet_progress_reporting.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/endpoint_helpers.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/insecure_hashlib.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/logging.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/sha.cpython-313.pyc,,
huggingface_hub/utils/__pycache__/tqdm.cpython-313.pyc,,
huggingface_hub/utils/_auth.py,sha256=dtJXLgad9jyH33b3YOGFqbjV8Fi0PPR9GnBxgJqfKK4,8279
huggingface_hub/utils/_cache_assets.py,sha256=kai77HPQMfYpROouMBQCr_gdBCaeTm996Sqj0dExbNg,5728
huggingface_hub/utils/_cache_manager.py,sha256=1Yb3s4jIXudAV1H2nD7mmxi3CcUel8dCmXB06RiexLk,32991
huggingface_hub/utils/_chunk_utils.py,sha256=MH7-6FwCDZ8noV6dGRytCOJGSfcZmDBvsvVotdI8TvQ,2109
huggingface_hub/utils/_datetime.py,sha256=kCS5jaKV25kOncX1xujbXsz5iDLcjLcLw85semGNzxQ,2770
huggingface_hub/utils/_deprecation.py,sha256=4tWi3vBSdvnhA0z_Op-tkAQ0xrJ4TUb0HbPhMiXUnOs,4872
huggingface_hub/utils/_dotenv.py,sha256=2LLdzpA-LzLxO15GLb9WKT5IGrTurIRmFPrMX1yDzsU,2011
huggingface_hub/utils/_experimental.py,sha256=3-c8irbn9sJr2CwWbzhGkIrdXKg8_x7BifhHFy32ei8,2470
huggingface_hub/utils/_fixes.py,sha256=xQZzfwLqZV8-gNcw9mrZ-M1acA6NZHszI_-cSZIWN-U,3978
huggingface_hub/utils/_git_credential.py,sha256=gdQbYZyKEynpqLmtr8lSnCrfPTBzdFdmODmHIgivr4k,4612
huggingface_hub/utils/_headers.py,sha256=k_ApvA8fJGHc0yNp2IFY8wySM9MQ5UZEpjr1g-fpRJ4,8060
huggingface_hub/utils/_http.py,sha256=6dRcxQnVuTRcwW4AgdT_6pjFmvhsA_Pg1tp2f2awxwg,31524
huggingface_hub/utils/_lfs.py,sha256=EC0Oz6Wiwl8foRNkUOzrETXzAWlbgpnpxo5a410ovFY,3957
huggingface_hub/utils/_pagination.py,sha256=wEHEWhCu9vN5pv51t7ixSGe13g63kS6AJM4P53eY9M4,1894
huggingface_hub/utils/_parsing.py,sha256=T6UCjUh0h731A0Jh-eH5RWcqVQ5m0IyMcXHl5G2YNUs,3021
huggingface_hub/utils/_paths.py,sha256=WCR2WbqDJLdNlU4XZNXXNmGct3OiDwPesGYrq41T2wE,5036
huggingface_hub/utils/_runtime.py,sha256=YIbpExk5dxRXGbdwUjTJDBNnZIwo6_5xi4ZjVOPI6Vg,12595
huggingface_hub/utils/_safetensors.py,sha256=2_xbCsDPsCwR1tyBjJ5MoOHsX4ksocjzc4jS7oGe7_s,4439
huggingface_hub/utils/_subprocess.py,sha256=9qDWT1a2QF2TmXOQJDlPK6LwzYl9XjXeRadQPn15U14,4612
huggingface_hub/utils/_telemetry.py,sha256=nKHFBRBymGI8zWS7Qi0DZ_qUZRZc0fUbSLjfCaNghIU,4881
huggingface_hub/utils/_terminal.py,sha256=ai6nDaW8wqVMxf4gDy6wN9fyszYzKiCUrYu6lzWdR9M,2115
huggingface_hub/utils/_typing.py,sha256=cC9p6E8hG2LId8sFWJ9H-cpQozv3asuoww_XiA1-XWI,3617
huggingface_hub/utils/_validators.py,sha256=A3BkXbpX4KnUD2WFsYOgkXnYdpLiXXG8KbyNdq0qz78,8346
huggingface_hub/utils/_verification.py,sha256=KoAGX5YzdBT0DwqBcDW7QtzCdWiXOgsxJw9r0THyr4M,5496
huggingface_hub/utils/_xet.py,sha256=cVPjHSYL13qNuhr1T1DOyERy30WJJa-SonsAuwy1j8Q,8896
huggingface_hub/utils/_xet_progress_reporting.py,sha256=bxwanhLxigDASflFZVt7S8eENIviguyVg1Q9vFtmDf8,6169
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=N6NXaCcbPbZSF-Oe-TY3ZnmkpmdFVyTOV8ASo-yVXLE,4916
huggingface_hub/utils/sha.py,sha256=OFnNGCba0sNcT2gUwaVCJnldxlltrHHe0DS_PCpV3C4,2134
huggingface_hub/utils/tqdm.py,sha256=lhdAR-4zn9cablCDS6240-O2vb4bdTfTbjUW684QWI4,10757

View File

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

View File

@@ -0,0 +1,6 @@
[console_scripts]
hf = huggingface_hub.cli.hf: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.