Skip to main content

Client library to download and publish models, datasets and other repos on the huggingface.co hub

Reason this release was yanked:

Companion `hf` CLI package was not published for this version. Please upgrade to 1.16.4 for a complete release.

Project description

huggingface_hub library logo

The official Python client for the Huggingface Hub.

Documentation GitHub release PyPi version PyPI - Downloads Code coverage

English | Deutsch | Français | हिंदी | 한국어 | 中文 (简体)


Documentation: https://hf.co/docs/huggingface_hub

Source Code: https://github.com/huggingface/huggingface_hub


Welcome to the huggingface_hub library

The huggingface_hub library allows you to interact with the Hugging Face Hub, 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

Installation

Install the huggingface_hub package with pip:

pip install huggingface_hub

We recommend using uv for a fast and reliable install:

uv pip install huggingface_hub

In order to keep the package minimal by default, huggingface_hub comes with optional dependencies useful for some use cases. For example, if you want to use the MCP module, run:

pip install "huggingface_hub[mcp]"

To learn more about installation and optional dependencies, check out the installation guide.

Quick start

Download files

Download a single file

from huggingface_hub import hf_hub_download

hf_hub_download(repo_id="tiiuae/falcon-7b-instruct", filename="config.json")

Or an entire repository

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.

Login

The Hugging Face Hub uses tokens to authenticate applications (see docs). To log in your machine, run the following CLI:

hf auth login
# or using an environment variable
hf auth login --token $HUGGINGFACE_TOKEN

Create a repository

from huggingface_hub import create_repo

create_repo(repo_id="super-cool-model")

Upload files

Upload a single file

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

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.

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.

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 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 to summarize how to get started to contribute to this repository.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

huggingface_hub-1.16.3.tar.gz (792.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

huggingface_hub-1.16.3-py3-none-any.whl (668.2 kB view details)

Uploaded Python 3

File details

Details for the file huggingface_hub-1.16.3.tar.gz.

File metadata

  • Download URL: huggingface_hub-1.16.3.tar.gz
  • Upload date:
  • Size: 792.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for huggingface_hub-1.16.3.tar.gz
Algorithm Hash digest
SHA256 04972078d72bf255c6d190a69af96f98cd7836a27b2bc66da1f9f4ddda199dcb
MD5 708d9ec7ae27c8e09498d0db446ef1c7
BLAKE2b-256 9963920ffaf2aee1731ee883029a0235b06a9d7d50136436cceeeacc35cb199c

See more details on using hashes here.

Provenance

The following attestation bundles were made for huggingface_hub-1.16.3.tar.gz:

Publisher: release.yml on huggingface/huggingface_hub

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file huggingface_hub-1.16.3-py3-none-any.whl.

File metadata

File hashes

Hashes for huggingface_hub-1.16.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f3a6a1d032f38ba4e719cebcea700b5cda3ad2acf3ff5215a8cec554da1766a4
MD5 36a574ae5d2bdbff71a905a07d1276d2
BLAKE2b-256 3597afe1b72b462b1814182cff7d58febff4297e67768c150903497ff48465b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for huggingface_hub-1.16.3-py3-none-any.whl:

Publisher: release.yml on huggingface/huggingface_hub

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page