Skip to main content

Speed up file transfers with the Hugging Face Hub.

Reason this release was yanked:

error in header redirection

Project description

HF Transfer

Speed up file transfers with the Hub.

DISCLAIMER

This library is a power user tool, to go beyond ~500MB/s on very high bandwidth network, where Python cannot cap out the available bandwidth.

This is not meant to be a general usability tool. It purposefully lacks progressbars and comes generally as-is.

Please file issues only if there's an issue on the underlying downloaded file.

Contributing

python3 -m venv ~/.venv/hf_transfer
source ~/.venv/hf_transfer/bin/activate
pip install maturin
maturin develop

huggingface_hub

If you are working on changes with huggingface_hub

git clone git@github.com:huggingface/huggingface_hub.git
# git clone https://github.com/huggingface/huggingface_hub.git

cd huggingface_hub
python3 -m pip install -e ".[quality]"

You can use the following test script:

import os

# os.environ["HF_ENDPOINT"] = "http://localhost:5564"
os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "1"

from huggingface_hub import HfApi, logging

logging.set_verbosity_debug()
hf = HfApi()
hf.upload_file(path_or_fileobj="/path/to/my/repo/some_file", path_in_repo="some_file", repo_id="my/repo", repo_type="model")

Project details


Download files

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

Source Distribution

hf_transfer-0.1.7.tar.gz (23.6 kB view details)

Uploaded Source

Built Distributions

hf_transfer-0.1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

hf_transfer-0.1.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

hf_transfer-0.1.7-cp312-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12 Windows x86-64

hf_transfer-0.1.7-cp312-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.12 Windows x86

hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

hf_transfer-0.1.7-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

hf_transfer-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

hf_transfer-0.1.7-cp311-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

hf_transfer-0.1.7-cp311-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.11 Windows x86

hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

hf_transfer-0.1.7-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

hf_transfer-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

hf_transfer-0.1.7-cp310-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

hf_transfer-0.1.7-cp310-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86

hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

hf_transfer-0.1.7-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

hf_transfer-0.1.7-cp310-cp310-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

hf_transfer-0.1.7-cp39-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

hf_transfer-0.1.7-cp39-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86

hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

hf_transfer-0.1.7-cp39-cp39-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

hf_transfer-0.1.7-cp39-cp39-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

hf_transfer-0.1.7-cp38-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

hf_transfer-0.1.7-cp38-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86

hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

hf_transfer-0.1.7-cp37-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.7 Windows x86-64

hf_transfer-0.1.7-cp37-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.7 Windows x86

hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

File details

Details for the file hf_transfer-0.1.7.tar.gz.

File metadata

  • Download URL: hf_transfer-0.1.7.tar.gz
  • Upload date:
  • Size: 23.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for hf_transfer-0.1.7.tar.gz
Algorithm Hash digest
SHA256 ecf11e574be27dc36db4730c85593537620817f226720e40f16a14d87129ab4a
MD5 1e42e51b120db83e2c5ac829e1a3eb1f
BLAKE2b-256 b3f8b981b1dde647135678a1c8ecf3a3e2f1a32a839f363ee733136e2b50e35f

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f976a538e009e7475afc5e5493d3dda9cc2bcd28125d97a36af018737463f5ac
MD5 0f3f87f6ac2ca820274ba1c9797bb8d6
BLAKE2b-256 6d89a58bc39d1dce16aa7ea123b74538aeab0815ae4162aeb4f3303d88ef3402

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ebcd097526a9c9c24ebac70d12f2cdeb819c285d77977b5bdd49940e010a8a6d
MD5 0ce38b7b739072806c088a4cca67b3e8
BLAKE2b-256 52dc813dfced402e71122182af9c3947cb6596537391e41530e8015e500c0943

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 204e2f38e29b9df6eb110e604b0e68626ff2f82a3a739b6edf6dab4b88529861
MD5 9f54ebefd1b6792fef36bd175dd957e9
BLAKE2b-256 9a21ca5ba8dd60c3e5790af61ac245df1594678dbf56699db3e381007798c12c

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0c4727595837332f8143060b1ec34d56e29febaf1d3bfa4dff44aadb9cff23c
MD5 24e61e4430c4cab6022c58c23dbee905
BLAKE2b-256 3c3dd479f9a951de26da23c6de1936905325b62f264ae73159c2bc2c45626958

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 2712c9608171fa17902e901698e1ecfd25ba02e180c4a1ab0a36289d55cf31e5
MD5 773a184ad7279815fb07560f8816d6d5
BLAKE2b-256 7585d20e8b74f0b25df28866b4763a1f4b8feed104d335a71d01498c066a0707

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp312-none-win32.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp312-none-win32.whl
Algorithm Hash digest
SHA256 3534302aca8a4c6c9f5f25a7743235c8c28ec1613d08a9661509f50e0d164474
MD5 81f9db997b56eee6ccd332bf6732d914
BLAKE2b-256 f8722fc1e414faed0fda742ee7b2f67f90daecd09457020cc467f4ffac218343

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 afc287b33415a726948fe3830c68d25faa9077c40f95328043e55895b5fe96e5
MD5 45d723213e2c6b6d391da9d6397818ab
BLAKE2b-256 c8c1508ca1486ac7969afc2592afdefadf89f55cd9060912b7b15122b3686231

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c8a8cb942d133a0dde0ec7a4eb86df9c46de9b5413200fa6575832cfc9e81171
MD5 674bdf6d4a22f42cd4f7eabe8bdd3961
BLAKE2b-256 bcc319870c0921f3a04ed2def75c920b38cfa32401e533d1be390be4c946d85f

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1661aad431611eb88d8806c829880b8026c2e654224ff9e85dbb0b9b9d1035b9
MD5 49b8dfbd5421070662eceeddc124a631
BLAKE2b-256 8b250d66eddeafa3035501bca28067fb3678b48e409491b71c124041c2ba5dfc

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7d179dfa0914edbb905cde9c27a44511f3154081bfec406eb1262ed9b24844e9
MD5 0b333c08e72ad4ad4e28ed4856f1b914
BLAKE2b-256 be28df4183ce94401977b42c485046f8628af4dfbcb4dacc3ae39e16af5ba1cc

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5686c376569eb5b838f9128228360a0640ca001c4e74d2663329b49eb425957
MD5 b1594d434735e3b34f02e2161217d8ce
BLAKE2b-256 5f1c6b99cc154ddb85f2044e78a7fc8575d1a7243c8ee4717532fbc0fee8047a

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f26799a94495e625ffe7a7a5b22d0e9d36ee977effc9762454bb9a79c7543e2a
MD5 b1ba0007a39350aa893a65adee25c946
BLAKE2b-256 c2b503c618931171c373da759a45d34a24f2f3850dc992731dae735eb8b9649a

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6c2f50ab4971e1bf7f30e721753f4045709d869315e4cd9d58ef6139ba42b6df
MD5 6dcec016c8b9c58e8ce6155a5559918d
BLAKE2b-256 4253af3a8d7bb4bfd46e78d0d0eeb6e5337b7ff6bf0e17c626a3b09a55d1cc30

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 1fdd1f2d1c771fb70ce783f69a658516dfcbd2cc045c62237e36ff3c4161bd0e
MD5 ea94d8269a40d7051905347c8b7e99ee
BLAKE2b-256 41cf4fc5d54577e572b045bbe99a24321982d4da346bad68ccca584f5dde6b27

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp311-none-win32.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp311-none-win32.whl
Algorithm Hash digest
SHA256 156c6bf8e486d0dda4efc7f8f9947d469b42089f3c2d1d4f1f4e42cbd2d51452
MD5 89a09f17528ba1c696f33541c6be2b04
BLAKE2b-256 9fc76ce284d2ce3962481a022e51a21dee52b9c4c05ea697fe39aee3631502f8

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da64cbae5db93f30444854f893f7748fd60f0faa944af2b363e19d22e8eb9d60
MD5 3714249add01244ae425f6bb3f061408
BLAKE2b-256 bfa8170b254c042451c1eae50858b104b3bfc72ee5f36f9a429c8d82e9346475

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3e641b8c0db7e716b95c0cf896b97e208d86fd5922a7a919ff17cf9819457671
MD5 f9203bee0fbe9edddc41bde9ebc8d53e
BLAKE2b-256 0ef675882e8beae0f01403dc2aa2a2813dc1e6f06c24b2da247064ff5d854c43

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 929bae81cbe0dce183e3c5e2624b999dd68078f3da7df23c15f65e9ebeb2cb86
MD5 ad124ee53b11b5bde2f1b4f8f42b618e
BLAKE2b-256 b050cee5aa2052f31b109089dec17a6fd6d952251eed3512ee839a3fa645cf94

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 721d8cc0a833602c040c8783416c7d81f7daf36ee42dc83e4967d852b18a0190
MD5 46209b0dc641e9a8fcbf196473ff1189
BLAKE2b-256 50a936ad2c69ec23e4cf15ccefed7a9bf6be977b5e40ae98623121cc22f0709e

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c768ddb4b8463f3d6d43db50940ec3cdb24c1eded9ff9048df6b5f73807671c1
MD5 b28c859623a16ecf98fdd77d75ae147f
BLAKE2b-256 35b16b72118ae73d597060d7484853af7c57922cc141d7ac992ac766d9ab54cd

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1b653fbcefa780c2a8531017dedda3d8a3f85d3f509a1ed4391a54ce31245b9
MD5 a7a1d70a7bb9b0c3404f3318ad510a5f
BLAKE2b-256 af10a0f99c2137738d9f9dc33f7ec27f39de37f2b9a62cf4e62ad23ac33ee379

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ff516d36cebe33a20f68b7ef9d83d8e64cb3007a4b6db93238b360ee0daf7f9a
MD5 164c1f2a612ebb6061b5a4bf58f7e2fb
BLAKE2b-256 11064a06570696cb62415cdb58af5f38a0e0f1799bac16337d692536669d8cd4

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 77347e73ab479c1a3edc93bebbdf9a16a391a759c29d40af929be0d5bf7adeb9
MD5 c87a34a73f82905adc301b198e4bcf70
BLAKE2b-256 850d1b79345e4487d854cc3fb5b90f3c4efd1d82e4bc1e603c2adc0222a3a042

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp310-none-win32.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp310-none-win32.whl
Algorithm Hash digest
SHA256 ea7cd2548894341d30a8aff5fffe3fd20447d6e72ac5f3b27d4274e1c3bbb2b2
MD5 2502e1dc42b00d4ffe90a4792cfb46b4
BLAKE2b-256 550d3fdfd120fd36c7d4e885a8cdfb1627568cc086efa5cc0c53270a3d73c017

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7519336438e5abeb2aab7b566e599e87b0c4e0c586b48712fdddd986f0cbbba5
MD5 51e498ee5dea9d2c8c0cd466f6caef6d
BLAKE2b-256 d7e380cb47851dc25106eed39ede2cdcfb37eacccc53a7b75ebd59f4fd3ea8eb

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 325fad6582cea9ef48f89e025d1dc139bf7dfa90db3956e8c9dfd63b69c2b355
MD5 852c03bc0bdb217d8673158d41a77cf2
BLAKE2b-256 50ce1a8084321b84dc1b61be5db1dbaf3662fcdf848b27702e97dbfca289e096

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae4c76838af07e2fe365bbe025e764e68a8466ed236f0d75a48c007cd31c6419
MD5 6995206f4508ca27cf27349949e27d36
BLAKE2b-256 09f370056dd308b374beb1dd40bd90f82170fdcf047284591365b8e15c967c71

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5d1df448aee57f2ac26ce5c7c479cf9d9258d26045f997692f0bbc4a1893dca7
MD5 9fcab6f711022ffe10b704aeea633315
BLAKE2b-256 ff868cb0b2ea96d304f1d0b27cc81f9889c711f9c8301440a8df6d382f2acbff

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4722048bf4cf3d314a9483f2515790943f333e8d9b1a38de71387ae63418db48
MD5 d53eb83ba44d451f4171800c17ca178b
BLAKE2b-256 754e56ee1cbaf6e5bff3fa46c8a62d1310205a6e061212f4e3ab36ff8218502c

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d153c4af3b842e704b41da07f923167b3a87d67f67bdbbc39bb3f0826e0e4d1
MD5 1fa90be8b9fb2cb742e782398acb9412
BLAKE2b-256 2217533ff6f6e7364e96663023e424d32ae850c95cc7dbc6d5c96aad5324e5ef

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 976565ea58b18b78368d9dc7ba9a3ea192768c2b696da106cc16203491c2b766
MD5 8a7ffdd49c0d43787187f9736a197062
BLAKE2b-256 2472e9fc92305c5a6b9d0e303202b7a79820eb9b9fbd889ee5eeee4f7111b2eb

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 34bf533833f21fd245aceb4f31004cc472e9b87dbcd39326b7abfe69018e37e1
MD5 1f9f26f256837511200eab3d55e21b0c
BLAKE2b-256 66c28cc0b16f01cb334aa88d55437b5c27dd537d10c22eb002d3487b8a91074d

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp39-none-win32.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp39-none-win32.whl
Algorithm Hash digest
SHA256 4179b328db27c4fe40ef72a751ec7f9aa1dc31cfdc3b88bc43a91e7666a79d71
MD5 3b1f67a214c335d3a63e8b2f0d7baf44
BLAKE2b-256 0faffedcd20a5d8ce70d30477d2ea5eff8f25f7f96d98e16065be3d4642e03d3

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 801798b055510e0690037d8ff6db751bd7ed071183f19eb3d2e7fe686ccaf9b6
MD5 0a91d33879a13edf3be649e5f2cbae64
BLAKE2b-256 6143fea91a1c24889918f32e3eef9af393b7fc068668cdcfd9504684fe0ae15f

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6bcb97581b31678dae2e819a45fec413d4ae42aac0b0d69d44077bafad572ef6
MD5 451d357c1fc27eb95bccd362bc9e2cd1
BLAKE2b-256 10c65da889e25308ea4907b67b14f38cbc152a58bc7035feb1a12301369746fb

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 97d441ee56dc3f9b4dad0aabb6b099ba9665b4a664a13852867e67b0e9782eaa
MD5 11d44981e77701992cc23076b704a89b
BLAKE2b-256 a60125a3887ad6060380ad8487d50067ba43a79558d87b0d6cb893828e7c9021

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8ac230aff53f4cf09127c01a81e4b876da479c6bee0a8d00ea87f4a25da88faa
MD5 4dce33f2f4e722721197a541aee0ce1b
BLAKE2b-256 844fa1075ad17256a63cbb7450a57676150615e50c97de60220547cdb3b33e1e

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bbe8afc7a90740c830786c99624131c13dbc2758c9590d6f95af74d66519be84
MD5 9207b25be728fc85a8250dc833b00b5d
BLAKE2b-256 7b6d4547b9226ed7877008e2973aa03f4801403fb7f0af0fe50013d84991b97a

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d043462f69c2bf5009c1cf2830c1c0522d5659d5caf936b6fe617e4dc509732
MD5 641f2f6825751ebbe56e05da1da06921
BLAKE2b-256 0550f10db765bf1a7c0fd5251574dc355c19c28ec4dd3165bca8171186653f23

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0fe65b10ec57b08590ca14f0b9493901414dda972b722908cfc608c6db542ce1
MD5 82482fc6a34f016b48228205d2580044
BLAKE2b-256 a71f3d53207b3e44dd445b544e0e8b45a631cc0acdff317c057f73a0478fccac

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 0eeb6ffd847eca52d37b7cc9af199f4390fc3b6ac0c0ad454b31e94ce518d5a6
MD5 afcc1cbf0cca991d10c7e866617b53ab
BLAKE2b-256 2dd9dd96f451f18559f05f3564b292c90c7b8d99acb418a899ee8e3789924dc2

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp38-none-win32.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp38-none-win32.whl
Algorithm Hash digest
SHA256 240772c3c60bb71a047fa2550ec8b01859390809ac49b9057d850e5f211d319c
MD5 681a463d05faffcf6fcbc8ea1b653021
BLAKE2b-256 f0a0d5c81cdc05816f10a1d76c5ee9adf74b21512886abc725b94770d27ba933

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3dccd9006c1e70ee00f9ac8be0d481519918f8676dfc8f9a42be8ea2497d40a
MD5 b30475e5ead47e0742363c0d2a804438
BLAKE2b-256 d98e0a57d7eb559ebbc8b0f1156360fc595580689a09c29bd65bbf9b40c66fbf

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3056456ef064de5836d7f3bb4a82ba22080299021afe816f0b9762fa47e16ed4
MD5 0af7c8901cc416b134b3b57262ad64a1
BLAKE2b-256 d26c4a6d8f47921eb1b9902a95df904d2f823180b1eafb8e9c66cabecd08cf8c

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef0e0a1fa3726853108f4758bc8553137cb089419114a8e284ac501d60139743
MD5 d4c2fe332a297627a0e55c4316867bc7
BLAKE2b-256 d8a2f13d9e270a81539d14f269d7b55c07cad70d1556ec714915f41ac4a62f2c

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2ff3b590479266e74eb3dc26ac98ef103dbbfc4daadbe63f1e90400e6492b8f1
MD5 ddf1d1979744d88c99e0964c5af7163d
BLAKE2b-256 858d12fd6ebb86034626e73796c805260063e5df779f28063a9853e45a17fdd2

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6741b652be2d348a07e7b2438128f2ba6dab2fd4bd918926248de5bbd8c0ecea
MD5 6f520c60c8d4bc9ade61181db61958b5
BLAKE2b-256 2fabd3e17ed42043e85f6e13bc97297cb647145ef5c8b26ea99a550057224e14

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 93606f1c72352d8321d50c77adaed4278d260b813aa716f47a308c1a3a043a1d
MD5 d24bb99629410330dafeee9fb0bc12e3
BLAKE2b-256 aaa82f6ffaee9ce85c584cb88b68606c3aa689bad34821f99148fe323292690a

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp37-none-win32.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp37-none-win32.whl
Algorithm Hash digest
SHA256 39925d1806190e190413738fadac8803abb83ca4bd1a465caeeadbb3ba424ccb
MD5 d719c647dd15f9fa498d6689b9437fcd
BLAKE2b-256 b72d4e49274d98e0e8da4e8361def9c69590ce63389a2e22b485502c3130a4cf

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 260e05e6b0aa9b5a094c737da2a6644a0c38a9fd7bf99dd12eb0b133e675aa3e
MD5 7469899518dcc4fad426d6185363b766
BLAKE2b-256 c6a789e9bc9a68ab31c8a705a20c32b71cc359552ed43f3475b00b0cb0d15013

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 46329519417f6052b6060799d0c2221ba655eb7ea4463ce9fd0c9f10401f8c15
MD5 32b48a99f022248da7a634fce23d5875
BLAKE2b-256 d8bd8de952b6b6d96fbe9fccf6b381eee64980cdbe077401ad2c149cf1f1ae88

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ee2bbf14a1c7bab8c77ef386321848c2c2fd73df8069a000a6de0630dfe2aa5
MD5 2e3870517823f3c7692321bbfb1e5306
BLAKE2b-256 9420f0c7cc93ea196daadbdc9343114c5c07f1df2fff2ce9d1786236325822e1

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6046b24d352b4bdbfa03b71e6bb41d8c00c06cf042673327cc7bb304fb1501d3
MD5 4cce6d711c3701eb8177d984c27cd4e4
BLAKE2b-256 3ea7efb21edb59d0bc43cec3e9efbf94ed28aa01ee7bb745f5e8484b583c3fc9

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b0a9adcb3281772bcb50514514053b829e4f18458fd158b0286e60e2b614fd91
MD5 7529a1c80d2b3594cc3cf71c24802831
BLAKE2b-256 99a68e4c36da340573ce05c68c92f2e19bcc22ed5452762ef362e742715e680c

See more details on using hashes here.

Supported by

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