pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-huggingface-hub: Update to 1.17.0
Module Name: pkgsrc-wip
Committed By: Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By: steleto
Date: Tue Jun 2 23:07:41 2026 +0900
Changeset: a2ff5a6c220ed730f0f09adf2572c215f5ae5844
Modified Files:
Makefile
Added Files:
py-huggingface-hub/ALTERNATIVES
py-huggingface-hub/COMMIT_MSG
py-huggingface-hub/DESCR
py-huggingface-hub/Makefile
py-huggingface-hub/PLIST
py-huggingface-hub/distinfo
Log Message:
py-huggingface-hub: Update to 1.17.0
Based on math/py-huggingface-hub.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a2ff5a6c220ed730f0f09adf2572c215f5ae5844
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-huggingface-hub/ALTERNATIVES | 3 +
py-huggingface-hub/COMMIT_MSG | 227 +++++++++++++++++
py-huggingface-hub/DESCR | 7 +
py-huggingface-hub/Makefile | 38 +++
py-huggingface-hub/PLIST | 541 ++++++++++++++++++++++++++++++++++++++++
py-huggingface-hub/distinfo | 5 +
7 files changed, 822 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 5f1669017a..b8d7b6ef59 100644
--- a/Makefile
+++ b/Makefile
@@ -4025,6 +4025,7 @@ SUBDIR+= py-htseq
SUBDIR+= py-http-prompt
SUBDIR+= py-httpie-jwt-auth
SUBDIR+= py-hug
+SUBDIR+= py-huggingface-hub
SUBDIR+= py-hugo
SUBDIR+= py-hvac
SUBDIR+= py-hybridlfpy
diff --git a/py-huggingface-hub/ALTERNATIVES b/py-huggingface-hub/ALTERNATIVES
new file mode 100644
index 0000000000..194d34fd5c
--- /dev/null
+++ b/py-huggingface-hub/ALTERNATIVES
@@ -0,0 +1,3 @@
+bin/hf @PREFIX@/bin/hf-@PYVERSSUFFIX@
+bin/huggingface-cli @PREFIX@/bin/huggingface-cli-@PYVERSSUFFIX@
+bin/tiny-agents @PREFIX@/bin/tiny-agents-@PYVERSSUFFIX@
diff --git a/py-huggingface-hub/COMMIT_MSG b/py-huggingface-hub/COMMIT_MSG
new file mode 100644
index 0000000000..d457eb568c
--- /dev/null
+++ b/py-huggingface-hub/COMMIT_MSG
@@ -0,0 +1,227 @@
+math/py-huggingface-hub: Update to 1.17.0
+
+v1.17.0 (2026-05-28)
+ Cross-repo copies, ssh to Spaces, smarter CLI tables
+
+v1.16.4 (2026-05-26)
+ hot fix: Fix `typer>=0.26.0` compatibility
+
+v1.16.1 (2026-05-21)
+ [Hot-fix] [Inference] Remove Together ASR task to drop urllib3 dependency
+
+v1.16.0 (2026-05-21)
+ Together goes multimodal on Inference Providers, CLI improvements,
+ and token security
+
+v1.15.0 (2026-05-14)
+ Region-aware buckets & repos, `hf skills list`, polished CLI help and more
+
+v1.14.0 (2026-05-06)
+ Handle Spaces secrets & variables from CLI and other improvements
+
+v1.13.0 (2026-04-30)
+ new CLI commands and formatting, and HF URI parsing
+
+v1.12.2 (2026-04-29)
+ Add DeepInfra support for Inference Providers
+
+v1.12.0 (2026-04-24)
+ Unified CLI output, bucket search, and more
+
+v1.11.0 (2026-04-16)
+ Semantic Spaces search, Space logs, and more
+
+v1.10.2 (2026-04-14)
+ Fix reference cycle in hf_raise_for_status
+
+v1.10.1 (2026-04-09)
+ Fix copy file to folder
+
+v1.10.0 (2026-04-09)
+ Instant file copy and new Kernel repo type
+
+v1.9.2 (2026-04-08)
+ Fix set_space_volume / delete_space_volume return types
+
+v1.9.1 (2026-04-07)
+ Fix: `set_space_volumes` sending bare array instead of object
+
+v1.9.0 (2026-04-03)
+ Agent-Aware CLI, Spaces Volumes, and more
+
+v1.8.0 (2026-03-26)
+ Mounted volumes on Jobs, complete papers CLI, and more
+
+v1.7.2 (2026-03-20)
+ `hf` CLI skill improvements, `uv` extension installs & bug fixes
+
+v1.7.0 (2026-03-13)
+ pip-installable CLI extensions and multiple QoL improvements
+
+v1.6.0 (2026-03-06)
+ New CLI commands, Bucket fsspec support, and more
+
+v1.5.0 (2026-02-27)
+ Buckets API, Agent-first CLI, Spaces Hot-Reload and more
+
+v1.4.1 (2026-02-06)
+ Fix file corruption when server ignores Range header on download retry
+
+v1.4.0 (2026-02-04)
+ Building the HF CLI for You and your AI Agents
+
+v1.3.7 (2026-02-02)
+ Log 'x-amz-cf-id' on http error if no request id
+
+v1.3.5 (2026-01-29)
+ Configurable default timeout for HTTP calls
+
+v1.3.4 (2026-01-26)
+ Fix `CommitUrl._endpoint` default to None
+
+v1.3.3 (2026-01-22)
+ List Jobs Hardware & Bug Fixes
+
+v1.3.2 (2026-01-14)
+ Zai provider support for `text-to-image` and fix custom endpoint not
+ forwarded
+
+v1.3.1 (2026-01-09)
+ Add `dimensions` & `encoding_format` parameters to feature
+ extraction (embeddings) task
+
+v1.3.0 (2026-01-09)
+ New CLI Commands for Hub Discovery, Jobs Monitoring and more!
+
+v1.2.4 (2026-01-06)
+ Various fixes: use dataclass_transform, fix hf-xet reqs, fix custom
+ endpoint in Jobs API
+
+v1.2.3 (2025-12-13)
+ Fix `private` default value in CLI
+
+v1.2.2 (2025-12-10)
+ Fix unbound local error in local folder metadata + fix `hf auth
+ list` logs
+
+v1.2.1 (2025-12-05)
+ Smarter Rate Limit Handling, Daily Papers API and more QoL
+ improvements!
+
+v1.1.7 (2025-12-01)
+ Make `hffs` accessible at root-level
+
+v1.1.6 (2025-11-28)
+ Fix incomplete file listing in `snapshot_download` + other bugfixes
+
+v1.1.5 (2025-11-21)
+ Welcoming OVHcloud AI Endpoints as a new Inference Provider & More
+
+v1.1.4 (2025-11-13)
+ Paginated results in list_user_access
+
+v1.1.3 (2025-11-13)
+ Avoid HTTP 429 on downloads + fix missing arguments in download API
+
+v1.1.0 (2025-11-05)
+ Faster Downloads, new CLI features and more!
+
+v1.0.1 (2025-10-28)
+ Remove `aiohttp` from extra dependencies
+
+v1.0 (2025-10-24)
+ Building for the Next Decade
+
+v0.36.0 (2025-10-23)
+ Last Stop Before 1.0
+
+v0.35.3 (2025-09-29)
+ Fix `image-to-image` target size parameter mapping & tiny agents
+ allow tools list bug
+
+v0.35.2 (2025-09-29)
+ Welcoming Z.ai as Inference Providers!
+
+v0.35.1 (2025-09-23)
+ Do not retry on 429 and skip forward ref in strict dataclass
+
+v0.35.0 (2025-09-16)
+ Announcing Scheduled Jobs: run cron jobs on GPU on the Hugging Face
+ Hub!
+
+v0.34.6 (2025-09-16)
+ Welcoming PublicAI as Inference Providers!
+
+v0.34.5 (2025-09-15)
+ Welcoming Scaleway as Inference Providers!
+
+v0.34.4 (2025-08-08)
+ Support Image to Video inference + QoL in jobs API, auth and
+ utilities
+
+v0.34.3 (2025-07-29)
+ Jobs improvements and `whoami` user prefix
+
+v0.34.2 (2025-07-28)
+ Bug fixes: Windows path handling & resume download size fix
+
+v0.34.1 (2025-07-25)
+ [CLI] print help if no command provided
+
+v0.34.0 (2025-07-24)
+ Announcing Jobs: a new way to run compute on Hugging Face!
+
+v0.33.5 (2025-07-24)
+ [Inference] Fix a `UserWarning` when streaming with
+ `AsyncInferenceClient`
+
+v0.33.4 (2025-07-11)
+ [Tiny-Agent]: Fix schema validation error for default MCP tools
+
+v0.33.3 (2025-07-11)
+ [Tiny-Agent]: Update tiny-agents example
+
+v0.33.2 (2025-07-02)
+ [Tiny-Agent]: Switch to VSCode MCP format
+
+v0.33.1 (2025-06-25)
+ Inference Providers Bug Fixes, Tiny-Agents Message handling
+ Improvement, and Inference Endpoints Health Check Update
+
+v0.33.0 (2025-06-11)
+ Welcoming Featherless.AI and Groq as Inference Providers!
+
+v0.32.6 (2025-06-11)
+ [Upload large folder] fix for wrongly saved upload_mode/remote_oid
+
+v0.32.5 (2025-06-11)
+ [Tiny-Agents] inject environment variables in headers
+
+v0.32.4 (2025-06-03)
+ Bug fixes in `tiny-agents`, and fix input handling for
+ question-answering task.
+
+v0.32.3 (2025-05-30)
+ Handle env variables in `tiny-agents`, better CLI exit and handling
+ of MCP tool calls arguments
+
+v0.32.2 (2025-05-27)
+ Add endpoint support in Tiny-Agent + fix `snapshot_download` on
+ large repos
+
+v0.32.1 (2025-05-26)
+ hot-fix: Fix tiny agents on Windows
+
+v0.32.0 (2025-05-23)
+ MCP Client, Tiny Agents CLI and more!
+
+v0.31.4 (2025-05-19)
+ strict dataclasses, support `DTensor` saving & some bug fixes
+
+v0.31.2 (2025-05-13)
+ Hot-fix: make `hf-xet` optional again and bump the min version of
+ the package
+
+v0.31.0 (2025-05-07)
+ LoRAs with Inference Providers, `auto` mode for provider selection,
+ embeddings models and more
diff --git a/py-huggingface-hub/DESCR b/py-huggingface-hub/DESCR
new file mode 100644
index 0000000000..d6965559fb
--- /dev/null
+++ b/py-huggingface-hub/DESCR
@@ -0,0 +1,7 @@
+The huggingface_hub library allows you to interact with the Hugging
+Face Hub, a machine learning platform for creators and collaborators.
+Discover pre-trained models and datasets for your projects or play with
+the hundreds of machine learning apps hosted on the Hub. You can also
+create and share your own models and datasets with the community. The
+huggingface_hub library provides a simple way to do all these things
+with Python.
diff --git a/py-huggingface-hub/Makefile b/py-huggingface-hub/Makefile
new file mode 100644
index 0000000000..baa1f1c449
--- /dev/null
+++ b/py-huggingface-hub/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD$
+
+DISTNAME= huggingface_hub-1.17.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES= math python
+MASTER_SITES= ${MASTER_SITE_PYPI:=h/huggingface-hub/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://huggingface.co/docs/huggingface_hub
+COMMENT= The official Python client for the Huggingface Hub
+LICENSE= apache-2.0
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
+DEPENDS+= ${PYPKGPREFIX}-click>=8.4.0:../../devel/py-click
+DEPENDS+= ${PYPKGPREFIX}-filelock>=3.10.0:../../devel/py-filelock
+DEPENDS+= ${PYPKGPREFIX}-fsspec>=2023.5.0:../../sysutils/py-fsspec
+DEPENDS+= ${PYPKGPREFIX}-httpx>=0.23.0:../../www/py-httpx
+DEPENDS+= ${PYPKGPREFIX}-packaging>=20.9:../../devel/py-packaging
+DEPENDS+= ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
+DEPENDS+= ${PYPKGPREFIX}-tqdm>=4.42.1:../../misc/py-tqdm
+DEPENDS+= ${PYPKGPREFIX}-typer>=0.20.0:../../devel/py-typer
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.1.0:../../devel/py-typing-extensions
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 310
+
+SCRIPTS= hf huggingface-cli tiny-agents
+
+post-install:
+.for script in ${SCRIPTS}
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} ${script} ${script}-${PYVERSSUFFIX} || ${TRUE}
+.endfor
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-huggingface-hub/PLIST b/py-huggingface-hub/PLIST
new file mode 100644
index 0000000000..a1a3353ae4
--- /dev/null
+++ b/py-huggingface-hub/PLIST
@@ -0,0 +1,541 @@
+@comment $NetBSD$
+bin/hf-${PYVERSSUFFIX}
+bin/huggingface-cli-${PYVERSSUFFIX}
+bin/tiny-agents-${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/huggingface_hub/__init__.py
+${PYSITELIB}/huggingface_hub/__init__.pyc
+${PYSITELIB}/huggingface_hub/__init__.pyo
+${PYSITELIB}/huggingface_hub/_buckets.py
+${PYSITELIB}/huggingface_hub/_buckets.pyc
+${PYSITELIB}/huggingface_hub/_buckets.pyo
+${PYSITELIB}/huggingface_hub/_commit_api.py
+${PYSITELIB}/huggingface_hub/_commit_api.pyc
+${PYSITELIB}/huggingface_hub/_commit_api.pyo
+${PYSITELIB}/huggingface_hub/_commit_scheduler.py
+${PYSITELIB}/huggingface_hub/_commit_scheduler.pyc
+${PYSITELIB}/huggingface_hub/_commit_scheduler.pyo
+${PYSITELIB}/huggingface_hub/_dataset_viewer.py
+${PYSITELIB}/huggingface_hub/_dataset_viewer.pyc
+${PYSITELIB}/huggingface_hub/_dataset_viewer.pyo
+${PYSITELIB}/huggingface_hub/_eval_results.py
+${PYSITELIB}/huggingface_hub/_eval_results.pyc
+${PYSITELIB}/huggingface_hub/_eval_results.pyo
+${PYSITELIB}/huggingface_hub/_hot_reload/__init__.py
+${PYSITELIB}/huggingface_hub/_hot_reload/__init__.pyc
+${PYSITELIB}/huggingface_hub/_hot_reload/__init__.pyo
+${PYSITELIB}/huggingface_hub/_hot_reload/client.py
+${PYSITELIB}/huggingface_hub/_hot_reload/client.pyc
+${PYSITELIB}/huggingface_hub/_hot_reload/client.pyo
+${PYSITELIB}/huggingface_hub/_hot_reload/sse_client.py
+${PYSITELIB}/huggingface_hub/_hot_reload/sse_client.pyc
+${PYSITELIB}/huggingface_hub/_hot_reload/sse_client.pyo
+${PYSITELIB}/huggingface_hub/_hot_reload/types.py
+${PYSITELIB}/huggingface_hub/_hot_reload/types.pyc
+${PYSITELIB}/huggingface_hub/_hot_reload/types.pyo
+${PYSITELIB}/huggingface_hub/_inference_endpoints.py
+${PYSITELIB}/huggingface_hub/_inference_endpoints.pyc
+${PYSITELIB}/huggingface_hub/_inference_endpoints.pyo
+${PYSITELIB}/huggingface_hub/_jobs_api.py
+${PYSITELIB}/huggingface_hub/_jobs_api.pyc
+${PYSITELIB}/huggingface_hub/_jobs_api.pyo
+${PYSITELIB}/huggingface_hub/_local_folder.py
+${PYSITELIB}/huggingface_hub/_local_folder.pyc
+${PYSITELIB}/huggingface_hub/_local_folder.pyo
+${PYSITELIB}/huggingface_hub/_login.py
+${PYSITELIB}/huggingface_hub/_login.pyc
+${PYSITELIB}/huggingface_hub/_login.pyo
+${PYSITELIB}/huggingface_hub/_oauth.py
+${PYSITELIB}/huggingface_hub/_oauth.pyc
+${PYSITELIB}/huggingface_hub/_oauth.pyo
+${PYSITELIB}/huggingface_hub/_snapshot_download.py
+${PYSITELIB}/huggingface_hub/_snapshot_download.pyc
+${PYSITELIB}/huggingface_hub/_snapshot_download.pyo
+${PYSITELIB}/huggingface_hub/_space_api.py
+${PYSITELIB}/huggingface_hub/_space_api.pyc
+${PYSITELIB}/huggingface_hub/_space_api.pyo
+${PYSITELIB}/huggingface_hub/_tensorboard_logger.py
+${PYSITELIB}/huggingface_hub/_tensorboard_logger.pyc
+${PYSITELIB}/huggingface_hub/_tensorboard_logger.pyo
+${PYSITELIB}/huggingface_hub/_upload_large_folder.py
+${PYSITELIB}/huggingface_hub/_upload_large_folder.pyc
+${PYSITELIB}/huggingface_hub/_upload_large_folder.pyo
+${PYSITELIB}/huggingface_hub/_webhooks_payload.py
+${PYSITELIB}/huggingface_hub/_webhooks_payload.pyc
+${PYSITELIB}/huggingface_hub/_webhooks_payload.pyo
+${PYSITELIB}/huggingface_hub/_webhooks_server.py
+${PYSITELIB}/huggingface_hub/_webhooks_server.pyc
+${PYSITELIB}/huggingface_hub/_webhooks_server.pyo
+${PYSITELIB}/huggingface_hub/cli/__init__.py
+${PYSITELIB}/huggingface_hub/cli/__init__.pyc
+${PYSITELIB}/huggingface_hub/cli/__init__.pyo
+${PYSITELIB}/huggingface_hub/cli/_cli_utils.py
+${PYSITELIB}/huggingface_hub/cli/_cli_utils.pyc
+${PYSITELIB}/huggingface_hub/cli/_cli_utils.pyo
+${PYSITELIB}/huggingface_hub/cli/_errors.py
+${PYSITELIB}/huggingface_hub/cli/_errors.pyc
+${PYSITELIB}/huggingface_hub/cli/_errors.pyo
+${PYSITELIB}/huggingface_hub/cli/_file_listing.py
+${PYSITELIB}/huggingface_hub/cli/_file_listing.pyc
+${PYSITELIB}/huggingface_hub/cli/_file_listing.pyo
+${PYSITELIB}/huggingface_hub/cli/_help_formatter.py
+${PYSITELIB}/huggingface_hub/cli/_help_formatter.pyc
+${PYSITELIB}/huggingface_hub/cli/_help_formatter.pyo
+${PYSITELIB}/huggingface_hub/cli/_output.py
+${PYSITELIB}/huggingface_hub/cli/_output.pyc
+${PYSITELIB}/huggingface_hub/cli/_output.pyo
+${PYSITELIB}/huggingface_hub/cli/_skills.py
+${PYSITELIB}/huggingface_hub/cli/_skills.pyc
+${PYSITELIB}/huggingface_hub/cli/_skills.pyo
+${PYSITELIB}/huggingface_hub/cli/auth.py
+${PYSITELIB}/huggingface_hub/cli/auth.pyc
+${PYSITELIB}/huggingface_hub/cli/auth.pyo
+${PYSITELIB}/huggingface_hub/cli/buckets.py
+${PYSITELIB}/huggingface_hub/cli/buckets.pyc
+${PYSITELIB}/huggingface_hub/cli/buckets.pyo
+${PYSITELIB}/huggingface_hub/cli/cache.py
+${PYSITELIB}/huggingface_hub/cli/cache.pyc
+${PYSITELIB}/huggingface_hub/cli/cache.pyo
+${PYSITELIB}/huggingface_hub/cli/collections.py
+${PYSITELIB}/huggingface_hub/cli/collections.pyc
+${PYSITELIB}/huggingface_hub/cli/collections.pyo
+${PYSITELIB}/huggingface_hub/cli/datasets.py
+${PYSITELIB}/huggingface_hub/cli/datasets.pyc
+${PYSITELIB}/huggingface_hub/cli/datasets.pyo
+${PYSITELIB}/huggingface_hub/cli/deprecated_cli.py
+${PYSITELIB}/huggingface_hub/cli/deprecated_cli.pyc
+${PYSITELIB}/huggingface_hub/cli/deprecated_cli.pyo
+${PYSITELIB}/huggingface_hub/cli/discussions.py
+${PYSITELIB}/huggingface_hub/cli/discussions.pyc
+${PYSITELIB}/huggingface_hub/cli/discussions.pyo
+${PYSITELIB}/huggingface_hub/cli/download.py
+${PYSITELIB}/huggingface_hub/cli/download.pyc
+${PYSITELIB}/huggingface_hub/cli/download.pyo
+${PYSITELIB}/huggingface_hub/cli/extensions.py
+${PYSITELIB}/huggingface_hub/cli/extensions.pyc
+${PYSITELIB}/huggingface_hub/cli/extensions.pyo
+${PYSITELIB}/huggingface_hub/cli/hf.py
+${PYSITELIB}/huggingface_hub/cli/hf.pyc
+${PYSITELIB}/huggingface_hub/cli/hf.pyo
+${PYSITELIB}/huggingface_hub/cli/inference_endpoints.py
+${PYSITELIB}/huggingface_hub/cli/inference_endpoints.pyc
+${PYSITELIB}/huggingface_hub/cli/inference_endpoints.pyo
+${PYSITELIB}/huggingface_hub/cli/jobs.py
+${PYSITELIB}/huggingface_hub/cli/jobs.pyc
+${PYSITELIB}/huggingface_hub/cli/jobs.pyo
+${PYSITELIB}/huggingface_hub/cli/lfs.py
+${PYSITELIB}/huggingface_hub/cli/lfs.pyc
+${PYSITELIB}/huggingface_hub/cli/lfs.pyo
+${PYSITELIB}/huggingface_hub/cli/models.py
+${PYSITELIB}/huggingface_hub/cli/models.pyc
+${PYSITELIB}/huggingface_hub/cli/models.pyo
+${PYSITELIB}/huggingface_hub/cli/papers.py
+${PYSITELIB}/huggingface_hub/cli/papers.pyc
+${PYSITELIB}/huggingface_hub/cli/papers.pyo
+${PYSITELIB}/huggingface_hub/cli/repo_files.py
+${PYSITELIB}/huggingface_hub/cli/repo_files.pyc
+${PYSITELIB}/huggingface_hub/cli/repo_files.pyo
+${PYSITELIB}/huggingface_hub/cli/repos.py
+${PYSITELIB}/huggingface_hub/cli/repos.pyc
+${PYSITELIB}/huggingface_hub/cli/repos.pyo
+${PYSITELIB}/huggingface_hub/cli/skills.py
+${PYSITELIB}/huggingface_hub/cli/skills.pyc
+${PYSITELIB}/huggingface_hub/cli/skills.pyo
+${PYSITELIB}/huggingface_hub/cli/spaces.py
+${PYSITELIB}/huggingface_hub/cli/spaces.pyc
+${PYSITELIB}/huggingface_hub/cli/spaces.pyo
+${PYSITELIB}/huggingface_hub/cli/system.py
+${PYSITELIB}/huggingface_hub/cli/system.pyc
+${PYSITELIB}/huggingface_hub/cli/system.pyo
+${PYSITELIB}/huggingface_hub/cli/upload.py
+${PYSITELIB}/huggingface_hub/cli/upload.pyc
+${PYSITELIB}/huggingface_hub/cli/upload.pyo
+${PYSITELIB}/huggingface_hub/cli/upload_large_folder.py
+${PYSITELIB}/huggingface_hub/cli/upload_large_folder.pyc
+${PYSITELIB}/huggingface_hub/cli/upload_large_folder.pyo
+${PYSITELIB}/huggingface_hub/cli/webhooks.py
+${PYSITELIB}/huggingface_hub/cli/webhooks.pyc
+${PYSITELIB}/huggingface_hub/cli/webhooks.pyo
+${PYSITELIB}/huggingface_hub/community.py
+${PYSITELIB}/huggingface_hub/community.pyc
+${PYSITELIB}/huggingface_hub/community.pyo
+${PYSITELIB}/huggingface_hub/constants.py
+${PYSITELIB}/huggingface_hub/constants.pyc
+${PYSITELIB}/huggingface_hub/constants.pyo
+${PYSITELIB}/huggingface_hub/dataclasses.py
+${PYSITELIB}/huggingface_hub/dataclasses.pyc
+${PYSITELIB}/huggingface_hub/dataclasses.pyo
+${PYSITELIB}/huggingface_hub/errors.py
+${PYSITELIB}/huggingface_hub/errors.pyc
+${PYSITELIB}/huggingface_hub/errors.pyo
+${PYSITELIB}/huggingface_hub/fastai_utils.py
+${PYSITELIB}/huggingface_hub/fastai_utils.pyc
+${PYSITELIB}/huggingface_hub/fastai_utils.pyo
+${PYSITELIB}/huggingface_hub/file_download.py
+${PYSITELIB}/huggingface_hub/file_download.pyc
+${PYSITELIB}/huggingface_hub/file_download.pyo
+${PYSITELIB}/huggingface_hub/hf_api.py
+${PYSITELIB}/huggingface_hub/hf_api.pyc
+${PYSITELIB}/huggingface_hub/hf_api.pyo
+${PYSITELIB}/huggingface_hub/hf_file_system.py
+${PYSITELIB}/huggingface_hub/hf_file_system.pyc
+${PYSITELIB}/huggingface_hub/hf_file_system.pyo
+${PYSITELIB}/huggingface_hub/hub_mixin.py
+${PYSITELIB}/huggingface_hub/hub_mixin.pyc
+${PYSITELIB}/huggingface_hub/hub_mixin.pyo
+${PYSITELIB}/huggingface_hub/inference/__init__.py
+${PYSITELIB}/huggingface_hub/inference/__init__.pyc
+${PYSITELIB}/huggingface_hub/inference/__init__.pyo
+${PYSITELIB}/huggingface_hub/inference/_client.py
+${PYSITELIB}/huggingface_hub/inference/_client.pyc
+${PYSITELIB}/huggingface_hub/inference/_client.pyo
+${PYSITELIB}/huggingface_hub/inference/_common.py
+${PYSITELIB}/huggingface_hub/inference/_common.pyc
+${PYSITELIB}/huggingface_hub/inference/_common.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/__init__.py
+${PYSITELIB}/huggingface_hub/inference/_generated/__init__.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/__init__.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/_async_client.py
+${PYSITELIB}/huggingface_hub/inference/_generated/_async_client.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/_async_client.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/__init__.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/__init__.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/__init__.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/audio_classification.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/audio_classification.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/audio_classification.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/audio_to_audio.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/audio_to_audio.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/audio_to_audio.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/automatic_speech_recognition.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/automatic_speech_recognition.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/automatic_speech_recognition.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/base.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/base.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/base.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/chat_completion.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/chat_completion.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/chat_completion.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/depth_estimation.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/depth_estimation.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/depth_estimation.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/document_question_answering.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/document_question_answering.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/document_question_answering.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/feature_extraction.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/feature_extraction.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/feature_extraction.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/fill_mask.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/fill_mask.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/fill_mask.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_classification.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_classification.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_classification.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_segmentation.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_segmentation.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_segmentation.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_text_to_image.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_text_to_image.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_text_to_image.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_text_to_video.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_text_to_video.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_text_to_video.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_image.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_image.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_image.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_text.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_text.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_text.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_video.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_video.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/image_to_video.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/object_detection.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/object_detection.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/object_detection.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/question_answering.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/question_answering.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/question_answering.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/sentence_similarity.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/sentence_similarity.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/sentence_similarity.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/summarization.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/summarization.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/summarization.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/table_question_answering.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/table_question_answering.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/table_question_answering.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text2text_generation.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text2text_generation.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text2text_generation.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_classification.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_classification.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_classification.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_generation.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_generation.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_generation.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_audio.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_audio.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_audio.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_image.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_image.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_image.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_speech.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_speech.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_speech.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_video.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_video.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/text_to_video.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/token_classification.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/token_classification.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/token_classification.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/translation.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/translation.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/translation.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/video_classification.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/video_classification.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/video_classification.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/visual_question_answering.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/visual_question_answering.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/visual_question_answering.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_classification.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_classification.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_classification.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_image_classification.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_image_classification.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_image_classification.pyo
+${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_object_detection.py
+${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_object_detection.pyc
+${PYSITELIB}/huggingface_hub/inference/_generated/types/zero_shot_object_detection.pyo
+${PYSITELIB}/huggingface_hub/inference/_mcp/__init__.py
+${PYSITELIB}/huggingface_hub/inference/_mcp/__init__.pyc
+${PYSITELIB}/huggingface_hub/inference/_mcp/__init__.pyo
+${PYSITELIB}/huggingface_hub/inference/_mcp/_cli_hacks.py
+${PYSITELIB}/huggingface_hub/inference/_mcp/_cli_hacks.pyc
+${PYSITELIB}/huggingface_hub/inference/_mcp/_cli_hacks.pyo
+${PYSITELIB}/huggingface_hub/inference/_mcp/agent.py
+${PYSITELIB}/huggingface_hub/inference/_mcp/agent.pyc
+${PYSITELIB}/huggingface_hub/inference/_mcp/agent.pyo
+${PYSITELIB}/huggingface_hub/inference/_mcp/cli.py
+${PYSITELIB}/huggingface_hub/inference/_mcp/cli.pyc
+${PYSITELIB}/huggingface_hub/inference/_mcp/cli.pyo
+${PYSITELIB}/huggingface_hub/inference/_mcp/constants.py
+${PYSITELIB}/huggingface_hub/inference/_mcp/constants.pyc
+${PYSITELIB}/huggingface_hub/inference/_mcp/constants.pyo
+${PYSITELIB}/huggingface_hub/inference/_mcp/mcp_client.py
+${PYSITELIB}/huggingface_hub/inference/_mcp/mcp_client.pyc
+${PYSITELIB}/huggingface_hub/inference/_mcp/mcp_client.pyo
+${PYSITELIB}/huggingface_hub/inference/_mcp/types.py
+${PYSITELIB}/huggingface_hub/inference/_mcp/types.pyc
+${PYSITELIB}/huggingface_hub/inference/_mcp/types.pyo
+${PYSITELIB}/huggingface_hub/inference/_mcp/utils.py
+${PYSITELIB}/huggingface_hub/inference/_mcp/utils.pyc
+${PYSITELIB}/huggingface_hub/inference/_mcp/utils.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/__init__.py
+${PYSITELIB}/huggingface_hub/inference/_providers/__init__.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/__init__.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/_common.py
+${PYSITELIB}/huggingface_hub/inference/_providers/_common.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/_common.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/black_forest_labs.py
+${PYSITELIB}/huggingface_hub/inference/_providers/black_forest_labs.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/black_forest_labs.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/cerebras.py
+${PYSITELIB}/huggingface_hub/inference/_providers/cerebras.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/cerebras.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/clarifai.py
+${PYSITELIB}/huggingface_hub/inference/_providers/clarifai.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/clarifai.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/cohere.py
+${PYSITELIB}/huggingface_hub/inference/_providers/cohere.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/cohere.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/deepinfra.py
+${PYSITELIB}/huggingface_hub/inference/_providers/deepinfra.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/deepinfra.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/fal_ai.py
+${PYSITELIB}/huggingface_hub/inference/_providers/fal_ai.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/fal_ai.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/featherless_ai.py
+${PYSITELIB}/huggingface_hub/inference/_providers/featherless_ai.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/featherless_ai.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/fireworks_ai.py
+${PYSITELIB}/huggingface_hub/inference/_providers/fireworks_ai.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/fireworks_ai.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/groq.py
+${PYSITELIB}/huggingface_hub/inference/_providers/groq.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/groq.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/hf_inference.py
+${PYSITELIB}/huggingface_hub/inference/_providers/hf_inference.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/hf_inference.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/hyperbolic.py
+${PYSITELIB}/huggingface_hub/inference/_providers/hyperbolic.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/hyperbolic.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/nebius.py
+${PYSITELIB}/huggingface_hub/inference/_providers/nebius.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/nebius.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/novita.py
+${PYSITELIB}/huggingface_hub/inference/_providers/novita.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/novita.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/nscale.py
+${PYSITELIB}/huggingface_hub/inference/_providers/nscale.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/nscale.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/nvidia.py
+${PYSITELIB}/huggingface_hub/inference/_providers/nvidia.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/nvidia.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/openai.py
+${PYSITELIB}/huggingface_hub/inference/_providers/openai.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/openai.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/ovhcloud.py
+${PYSITELIB}/huggingface_hub/inference/_providers/ovhcloud.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/ovhcloud.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/publicai.py
+${PYSITELIB}/huggingface_hub/inference/_providers/publicai.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/publicai.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/replicate.py
+${PYSITELIB}/huggingface_hub/inference/_providers/replicate.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/replicate.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/sambanova.py
+${PYSITELIB}/huggingface_hub/inference/_providers/sambanova.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/sambanova.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/scaleway.py
+${PYSITELIB}/huggingface_hub/inference/_providers/scaleway.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/scaleway.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/together.py
+${PYSITELIB}/huggingface_hub/inference/_providers/together.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/together.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/wavespeed.py
+${PYSITELIB}/huggingface_hub/inference/_providers/wavespeed.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/wavespeed.pyo
+${PYSITELIB}/huggingface_hub/inference/_providers/zai_org.py
+${PYSITELIB}/huggingface_hub/inference/_providers/zai_org.pyc
+${PYSITELIB}/huggingface_hub/inference/_providers/zai_org.pyo
+${PYSITELIB}/huggingface_hub/lfs.py
+${PYSITELIB}/huggingface_hub/lfs.pyc
+${PYSITELIB}/huggingface_hub/lfs.pyo
+${PYSITELIB}/huggingface_hub/py.typed
+${PYSITELIB}/huggingface_hub/repocard.py
+${PYSITELIB}/huggingface_hub/repocard.pyc
+${PYSITELIB}/huggingface_hub/repocard.pyo
+${PYSITELIB}/huggingface_hub/repocard_data.py
+${PYSITELIB}/huggingface_hub/repocard_data.pyc
+${PYSITELIB}/huggingface_hub/repocard_data.pyo
+${PYSITELIB}/huggingface_hub/serialization/__init__.py
+${PYSITELIB}/huggingface_hub/serialization/__init__.pyc
+${PYSITELIB}/huggingface_hub/serialization/__init__.pyo
+${PYSITELIB}/huggingface_hub/serialization/_base.py
+${PYSITELIB}/huggingface_hub/serialization/_base.pyc
+${PYSITELIB}/huggingface_hub/serialization/_base.pyo
+${PYSITELIB}/huggingface_hub/serialization/_dduf.py
+${PYSITELIB}/huggingface_hub/serialization/_dduf.pyc
+${PYSITELIB}/huggingface_hub/serialization/_dduf.pyo
+${PYSITELIB}/huggingface_hub/serialization/_torch.py
+${PYSITELIB}/huggingface_hub/serialization/_torch.pyc
+${PYSITELIB}/huggingface_hub/serialization/_torch.pyo
+${PYSITELIB}/huggingface_hub/templates/datasetcard_template.md
+${PYSITELIB}/huggingface_hub/templates/modelcard_template.md
+${PYSITELIB}/huggingface_hub/utils/__init__.py
+${PYSITELIB}/huggingface_hub/utils/__init__.pyc
+${PYSITELIB}/huggingface_hub/utils/__init__.pyo
+${PYSITELIB}/huggingface_hub/utils/_auth.py
+${PYSITELIB}/huggingface_hub/utils/_auth.pyc
+${PYSITELIB}/huggingface_hub/utils/_auth.pyo
+${PYSITELIB}/huggingface_hub/utils/_cache_assets.py
+${PYSITELIB}/huggingface_hub/utils/_cache_assets.pyc
+${PYSITELIB}/huggingface_hub/utils/_cache_assets.pyo
+${PYSITELIB}/huggingface_hub/utils/_cache_manager.py
+${PYSITELIB}/huggingface_hub/utils/_cache_manager.pyc
+${PYSITELIB}/huggingface_hub/utils/_cache_manager.pyo
+${PYSITELIB}/huggingface_hub/utils/_chunk_utils.py
+${PYSITELIB}/huggingface_hub/utils/_chunk_utils.pyc
+${PYSITELIB}/huggingface_hub/utils/_chunk_utils.pyo
+${PYSITELIB}/huggingface_hub/utils/_datetime.py
+${PYSITELIB}/huggingface_hub/utils/_datetime.pyc
+${PYSITELIB}/huggingface_hub/utils/_datetime.pyo
+${PYSITELIB}/huggingface_hub/utils/_deprecation.py
+${PYSITELIB}/huggingface_hub/utils/_deprecation.pyc
+${PYSITELIB}/huggingface_hub/utils/_deprecation.pyo
+${PYSITELIB}/huggingface_hub/utils/_detect_agent.py
+${PYSITELIB}/huggingface_hub/utils/_detect_agent.pyc
+${PYSITELIB}/huggingface_hub/utils/_detect_agent.pyo
+${PYSITELIB}/huggingface_hub/utils/_dotenv.py
+${PYSITELIB}/huggingface_hub/utils/_dotenv.pyc
+${PYSITELIB}/huggingface_hub/utils/_dotenv.pyo
+${PYSITELIB}/huggingface_hub/utils/_experimental.py
+${PYSITELIB}/huggingface_hub/utils/_experimental.pyc
+${PYSITELIB}/huggingface_hub/utils/_experimental.pyo
+${PYSITELIB}/huggingface_hub/utils/_fixes.py
+${PYSITELIB}/huggingface_hub/utils/_fixes.pyc
+${PYSITELIB}/huggingface_hub/utils/_fixes.pyo
+${PYSITELIB}/huggingface_hub/utils/_git_credential.py
+${PYSITELIB}/huggingface_hub/utils/_git_credential.pyc
+${PYSITELIB}/huggingface_hub/utils/_git_credential.pyo
+${PYSITELIB}/huggingface_hub/utils/_headers.py
+${PYSITELIB}/huggingface_hub/utils/_headers.pyc
+${PYSITELIB}/huggingface_hub/utils/_headers.pyo
+${PYSITELIB}/huggingface_hub/utils/_hf_uris.py
+${PYSITELIB}/huggingface_hub/utils/_hf_uris.pyc
+${PYSITELIB}/huggingface_hub/utils/_hf_uris.pyo
+${PYSITELIB}/huggingface_hub/utils/_http.py
+${PYSITELIB}/huggingface_hub/utils/_http.pyc
+${PYSITELIB}/huggingface_hub/utils/_http.pyo
+${PYSITELIB}/huggingface_hub/utils/_lfs.py
+${PYSITELIB}/huggingface_hub/utils/_lfs.pyc
+${PYSITELIB}/huggingface_hub/utils/_lfs.pyo
+${PYSITELIB}/huggingface_hub/utils/_pagination.py
+${PYSITELIB}/huggingface_hub/utils/_pagination.pyc
+${PYSITELIB}/huggingface_hub/utils/_pagination.pyo
+${PYSITELIB}/huggingface_hub/utils/_parsing.py
+${PYSITELIB}/huggingface_hub/utils/_parsing.pyc
+${PYSITELIB}/huggingface_hub/utils/_parsing.pyo
+${PYSITELIB}/huggingface_hub/utils/_paths.py
+${PYSITELIB}/huggingface_hub/utils/_paths.pyc
+${PYSITELIB}/huggingface_hub/utils/_paths.pyo
+${PYSITELIB}/huggingface_hub/utils/_runtime.py
+${PYSITELIB}/huggingface_hub/utils/_runtime.pyc
+${PYSITELIB}/huggingface_hub/utils/_runtime.pyo
+${PYSITELIB}/huggingface_hub/utils/_safetensors.py
+${PYSITELIB}/huggingface_hub/utils/_safetensors.pyc
+${PYSITELIB}/huggingface_hub/utils/_safetensors.pyo
+${PYSITELIB}/huggingface_hub/utils/_subprocess.py
+${PYSITELIB}/huggingface_hub/utils/_subprocess.pyc
+${PYSITELIB}/huggingface_hub/utils/_subprocess.pyo
+${PYSITELIB}/huggingface_hub/utils/_telemetry.py
+${PYSITELIB}/huggingface_hub/utils/_telemetry.pyc
+${PYSITELIB}/huggingface_hub/utils/_telemetry.pyo
+${PYSITELIB}/huggingface_hub/utils/_terminal.py
+${PYSITELIB}/huggingface_hub/utils/_terminal.pyc
+${PYSITELIB}/huggingface_hub/utils/_terminal.pyo
+${PYSITELIB}/huggingface_hub/utils/_typing.py
+${PYSITELIB}/huggingface_hub/utils/_typing.pyc
+${PYSITELIB}/huggingface_hub/utils/_typing.pyo
+${PYSITELIB}/huggingface_hub/utils/_validators.py
+${PYSITELIB}/huggingface_hub/utils/_validators.pyc
+${PYSITELIB}/huggingface_hub/utils/_validators.pyo
+${PYSITELIB}/huggingface_hub/utils/_verification.py
+${PYSITELIB}/huggingface_hub/utils/_verification.pyc
+${PYSITELIB}/huggingface_hub/utils/_verification.pyo
+${PYSITELIB}/huggingface_hub/utils/_xet.py
+${PYSITELIB}/huggingface_hub/utils/_xet.pyc
+${PYSITELIB}/huggingface_hub/utils/_xet.pyo
+${PYSITELIB}/huggingface_hub/utils/_xet_progress_reporting.py
+${PYSITELIB}/huggingface_hub/utils/_xet_progress_reporting.pyc
+${PYSITELIB}/huggingface_hub/utils/_xet_progress_reporting.pyo
+${PYSITELIB}/huggingface_hub/utils/endpoint_helpers.py
+${PYSITELIB}/huggingface_hub/utils/endpoint_helpers.pyc
+${PYSITELIB}/huggingface_hub/utils/endpoint_helpers.pyo
+${PYSITELIB}/huggingface_hub/utils/insecure_hashlib.py
+${PYSITELIB}/huggingface_hub/utils/insecure_hashlib.pyc
+${PYSITELIB}/huggingface_hub/utils/insecure_hashlib.pyo
+${PYSITELIB}/huggingface_hub/utils/logging.py
+${PYSITELIB}/huggingface_hub/utils/logging.pyc
+${PYSITELIB}/huggingface_hub/utils/logging.pyo
+${PYSITELIB}/huggingface_hub/utils/sha.py
+${PYSITELIB}/huggingface_hub/utils/sha.pyc
+${PYSITELIB}/huggingface_hub/utils/sha.pyo
+${PYSITELIB}/huggingface_hub/utils/tqdm.py
+${PYSITELIB}/huggingface_hub/utils/tqdm.pyc
+${PYSITELIB}/huggingface_hub/utils/tqdm.pyo
diff --git a/py-huggingface-hub/distinfo b/py-huggingface-hub/distinfo
new file mode 100644
index 0000000000..ed5f563758
--- /dev/null
+++ b/py-huggingface-hub/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.4 2025/04/16 11:25:09 adam Exp $
+
+BLAKE2s (huggingface_hub-1.17.0.tar.gz) = 5bb097af11674a70a9195dbdcbb3685d7678be5b970b8ed331f3772e5520ea87
+SHA512 (huggingface_hub-1.17.0.tar.gz) = 29287484c054560d75fb95a5210df5d48e49db72bba2f6ef067863aad57e2bbe76fc0193aa194f98228a59395fd483a9e4ad29ae640daddff1bc33604de6192d
+Size (huggingface_hub-1.17.0.tar.gz) = 797082 bytes
Home |
Main Index |
Thread Index |
Old Index