Skip to main content

No project description provided

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.6.tar.gz (22.3 kB view details)

Uploaded Source

Built Distributions

hf_transfer-0.1.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

hf_transfer-0.1.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

hf_transfer-0.1.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

hf_transfer-0.1.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.6-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

hf_transfer-0.1.6-cp312-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12 Windows x86-64

hf_transfer-0.1.6-cp312-none-win32.whl (1.2 MB view details)

Uploaded CPython 3.12 Windows x86

hf_transfer-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

hf_transfer-0.1.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

hf_transfer-0.1.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

hf_transfer-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

hf_transfer-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

hf_transfer-0.1.6-cp312-cp312-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

hf_transfer-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

hf_transfer-0.1.6-cp311-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.11 Windows x86-64

hf_transfer-0.1.6-cp311-none-win32.whl (1.2 MB view details)

Uploaded CPython 3.11 Windows x86

hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

hf_transfer-0.1.6-cp311-cp311-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

hf_transfer-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

hf_transfer-0.1.6-cp310-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

hf_transfer-0.1.6-cp310-none-win32.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows x86

hf_transfer-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

hf_transfer-0.1.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

hf_transfer-0.1.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

hf_transfer-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

hf_transfer-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

hf_transfer-0.1.6-cp310-cp310-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

hf_transfer-0.1.6-cp310-cp310-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

hf_transfer-0.1.6-cp39-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

hf_transfer-0.1.6-cp39-none-win32.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86

hf_transfer-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

hf_transfer-0.1.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

hf_transfer-0.1.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

hf_transfer-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

hf_transfer-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

hf_transfer-0.1.6-cp38-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

hf_transfer-0.1.6-cp38-none-win32.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86

hf_transfer-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

hf_transfer-0.1.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

hf_transfer-0.1.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

hf_transfer-0.1.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

hf_transfer-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

hf_transfer-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

hf_transfer-0.1.6-cp37-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.7 Windows x86-64

hf_transfer-0.1.6-cp37-none-win32.whl (1.2 MB view details)

Uploaded CPython 3.7 Windows x86

hf_transfer-0.1.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

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

hf_transfer-0.1.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

hf_transfer-0.1.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

hf_transfer-0.1.6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

hf_transfer-0.1.6-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

hf_transfer-0.1.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for hf_transfer-0.1.6.tar.gz
Algorithm Hash digest
SHA256 deb505a7d417d7055fd7b3549eadb91dfe782941261f3344025c486c16d1d2f9
MD5 4d55bf716727b67ffe48d09b37c71c61
BLAKE2b-256 b24d0dbd27bad07e51a59112f946c33425b32c0c519e0ed87e2a2307915e45c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7db952112e3b8ee1a5cbf500d2443e9ce4fb893281c5310a3e31469898628005
MD5 0f08aa4b52f1f3332f8b2d8558d407b9
BLAKE2b-256 10caadfed72bfebbd1230aeb23d84e439ce38a970073dd5d2d239cb8c96a55b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 16957ba057376a99ea361074ce1094f61b58e769defa6be2422ae59c0b6a6530
MD5 b9082ca44c3512db0d4cee9e5aeeb03d
BLAKE2b-256 af8ec65376b13c376b331504dc1216207b6e068b5b8a6340b4eec0c7d2555ea9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 652406037029ab9b4097b4c5f29321bad5f64c2b46fbff142509d918aec87c29
MD5 2114632c9bd83f32509d82d101afc606
BLAKE2b-256 d3ab4e108bc219aa2f359c4015365ab65758be06f063626abd3eb41eb92c5470

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 990d73a5a68d8261980f146c51f4c5f9995314011cb225222021ad7c39f3af2d
MD5 1463d6dc430fe6cdd092df60e37c83d9
BLAKE2b-256 215bacc6e541a34b80df62fc552986bdad62b8a8a339d5cb5a777973ddb11467

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3bb53bcd16365313b2aa0dbdc28206f577d70770f31249cdabc387ac5841edcc
MD5 54c6d9f7a6aafd38f8560876ea359f2f
BLAKE2b-256 e273b43cf19523ae032d070b330ca5f026eee8c3f1241b65bf766044e4af02b1

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 144277e6a86add10b90ec3b583253aec777130312256bfc8d5ade5377e253807
MD5 edfc2893e8dd3674360a58d1fa9263c6
BLAKE2b-256 f3ce22ebdf26971d29daa125b3ae27c1ffe9b9919b22dbc0226ba3d2d6605114

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4e2653fbfa92e7651db73d99b697c8684e7345c479bd6857da80bed6138abb2
MD5 753105006c24f9e14ccf160ac98aabc6
BLAKE2b-256 7a80511294a239840de0091bf43fc26f2aa4fc4f90177fff0abd6c72be503d89

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.6-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.6-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d39d826a7344f5e39f438d62632acd00467aa54a083b66496f61ef67a9885a56
MD5 fd0625ab93c2e69350003e4bbb435693
BLAKE2b-256 930887f5c135618fcf003e83c9d0d66b0602205950546709c70c913b25dc6790

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 716fb5c574fcbdd8092ce73f9b6c66f42e3544337490f77c60ec07df02bd081b
MD5 3255a04086dadac32bcd62c70179626b
BLAKE2b-256 a10d1dc2c47ebdae60d4aee9a8735f7d36ad8fdafd3e3fa4d2fa1f7f67e79587

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp312-none-win32.whl
Algorithm Hash digest
SHA256 051ef0c55607652cb5974f59638da035773254b9a07d7ee5b574fe062de4c9d1
MD5 c072aa77bcc565a2a3bfd3a54045fddf
BLAKE2b-256 fb3fc22899e4e12402a167790b2ea2e05c14f52a89cc47a48880fe80da6e9e6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff05aba3c83921e5c7635ba9f07c693cc893350c447644824043aeac27b285f5
MD5 ab50abcd048a5cd88ee0461ada7b9a28
BLAKE2b-256 30302b60cc64ff1df9bb9ce73aa9ea10ac3c2dbe4cc7d46c4cca075a5e7ddf1c

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5d32c1b106f38f336ceb21531f4db9b57d777b9a33017dafdb6a5316388ebe50
MD5 effc18e409886d466ae97f641c336ec0
BLAKE2b-256 69cbd2db7d382c80a792ab65d51acc6f7751d5ba086c4cd062b4f5210950dffb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d0bf4254e44f64a26e0a5b73b5d7e8d91bb36870718fb4f8e126ec943ff4c805
MD5 b45a1d869c980e76c0c4502ee8550280
BLAKE2b-256 bdaf14e8baabdfe0c0c2993c5c46defc5cc397dedd3ee86c81afcd70b8b9ac29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9dabd3a177d83028f164984cf4dd859f77ec1e20c97a6f307ff8fcada0785ef1
MD5 f7042efaa41a9dc6ffeb401bec36882c
BLAKE2b-256 258d6766b8a26c22551fa15ddaaa11302816c0a8b0163efbc14274d2efe8e097

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eb76064ac5165d5eeaaf8d0903e8bf55477221ecc2a4a4d69f0baca065ab905b
MD5 e593fe1e887bcf95a799092d96d53020
BLAKE2b-256 7618cdbefd80385cac3a7625315ef507d0261eaff7de51f2a1498c8ee2bee846

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 91cfcb3070e205b58fa8dc8bcb6a62ccc40913fcdb9cd1ff7c364c8e3aa85345
MD5 4272412bcb798b0e29c773847d42f4dc
BLAKE2b-256 c968560f6094fe3c56dd80f077856deb6f84be6bebc8262a3477f1485d826e08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6067342a2864b988f861cd2d31bd78eb1e84d153a3f6df38485b6696d9ad3013
MD5 df15c2b1bddf48954e0d5475d41ccc3b
BLAKE2b-256 e1f2502174a59f71ebe31d8806947314bb7b9174c1f79c045ec8c1c6164e498d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 23d157a67acfa00007799323a1c441b2bbacc7dee625b016b7946fe0e25e6c89
MD5 4ca11d92e60f53a3261ae4e888d87f84
BLAKE2b-256 efba50302b892ea9044fc0dd18c4a406d61bd34da39e984957bfbb0c08eb064a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 fa475175c51451186bea804471995fa8e7b2a48a61dcca55534911dc25955527
MD5 4c0704722404c03932cf4ddabe6ba5bb
BLAKE2b-256 09a34873d5ab1443dd0aa17250050f2e03124b62815712a251955e992919a4c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp311-none-win32.whl
Algorithm Hash digest
SHA256 276dbf307d5ab6f1bcbf57b5918bfcf9c59d6848ccb28242349e1bb5985f983b
MD5 ac0c4fb21e50fdcc459991765638710a
BLAKE2b-256 84cb0ea139222d0867e65f0f1a1af3d1dc04398dfa0931a1cce5ec87e99252a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4282f09902114cd67fca98a1a1bad569a44521a8395fedf327e966714f68b977
MD5 469b8de44ed6f862c60e73b910dd13fc
BLAKE2b-256 fa924419c2faabb720f25f339a25f0c6e77412b6efbe3152c4e0bcfb436c3192

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f394ea32bc7802b061e549d3133efc523b4ae4fd19bf4b74b183ca6066eef94e
MD5 2c7480b4fb88ab98840581550d008d87
BLAKE2b-256 77d643f760227ee1aece3c91f22033a29cefc79328bd837509c00b19f96b5cad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e9c2ee9e9fde5a0319cc0e8ddfea10897482bc06d5709b10a238f1bc2ebcbc0b
MD5 a19cd22623f4fc6b9653decd32026a3f
BLAKE2b-256 e3de5e9dd75ccb7b81a72b264ca9d7b2fbea8c7ec67b73ca3c1e6f8d0b0199e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d106fdf996332f6df3ed3fab6d6332df82e8c1fb4b20fd81a491ca4d2ab5616a
MD5 ed50d57c971a1571e43c9114aab843cf
BLAKE2b-256 227e8e940d492c743e241a45988fe2858ea8364a12008e4f9bdd4f6658eb453c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ec51af1e8cf4268c268bd88932ade3d7ca895a3c661b42493503f02610ae906b
MD5 35bd06a072950e75db35803e9b37fa8e
BLAKE2b-256 aa6076b47d9c8277d6396fb46e369ac594bd6f9e842646618a7a2145091f573b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e585c808405557d3f5488f385706abb696997bbae262ea04520757e30836d9d
MD5 a606af92541df769d7a2b863f1e5c090
BLAKE2b-256 3dfd5277e97e330c4dfada6c7ae2cdb8f3410c0a6ab7da62ada11c206bff69f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c601996351f90c514a75a0eeb02bf700b1ad1db2d946cbfe4b60b79e29f0b2f
MD5 797c77837bf01b566c15666473a2cb9d
BLAKE2b-256 6d8733c9c496ecd00f1b68d73659fb6a619957d2d228af3a6b0679e1bae02952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f1d8c172153f9a6cdaecf137612c42796076f61f6bea1072c90ac2e17c1ab6fa
MD5 015dc8f711fc71c381506a793d8443d8
BLAKE2b-256 018a6ade03dbed860ae120d75d1fafc84b1cf8670f51251880be3c9c7aae0fcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 78b0eed8d8dce60168a46e584b9742b816af127d7e410a713e12c31249195342
MD5 a873eb8faa52239e9bf68e4b814e211d
BLAKE2b-256 0dd410f92a8faa02ba36990c6e5d388eea6e7335b387f25eed1ed341e16b09a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp310-none-win32.whl
Algorithm Hash digest
SHA256 2d2c4c4613f3ad45b6ce6291e347b2d3ba1b86816635681436567e461cb3c961
MD5 0f8a6d97c7614fbf548af985f821c668
BLAKE2b-256 1605501e0d58cc6f50d4495cf391030fc2da4f11afcfa53ecc7591a149260920

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f42b89735f1cde22f2a795d1f0915741023235666be7de45879e533c7d6010c
MD5 03883eb48c66a01541c9a149ac49dcd6
BLAKE2b-256 ce00a3afdb1fee4a9c28228f9962ab2ae3f3fc74380fff195022d76818e9fdac

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 45d8985a0940bfe1535cb4ca781f5c11e47c83798ef3373ee1f5d57bbe527a9c
MD5 03b9c873478548af6e3dd53493b272fe
BLAKE2b-256 1335a73f702b8cfab4b81c5cd8dfa5db79591b9a4869244cde4d750679ef278b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aa2086d8aefaaa3e144e167324574882004c0cec49bf2d0638ec4b74732d8da0
MD5 562fbb4632bd66ed01ac036268bb45c8
BLAKE2b-256 cdea957d1ee42554efdb2072c5c009820c0b2f75accc608e582869c2e33ff1c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f6b368bddd757efc7af3126ba81f9ac8f9435e2cc00902cb3d64f2be28d8f719
MD5 e0fc78f7704effe13428f6ecf20ce0f7
BLAKE2b-256 8d53893fdcc478f8e85bf4d5008b4b0b7762423adba18722b357415fd79df687

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 30d31dbab9b5a558cce407b8728e39d87d7af1ef8745ddb90187e9ae0b9e1e90
MD5 54687617a678736e12903b66d51b9ab4
BLAKE2b-256 e95f13090aabc3a315f8ac18f063980d6b93fc065e02659001a32811b09d113e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7db60dd18eae4fa6ea157235fb82196cde5313995b396d1b591aad3b790a7f8f
MD5 1ebdd9d59fb2f0df3872335d553fc95f
BLAKE2b-256 69893137aaa358852645146d13f181acc9d3a9740d615b67162c8d524352643b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b043bb78df1225de043eb041de9d97783fcca14a0bdc1b1d560fc172fc21b648
MD5 c57c86c651892a0fe7403afde1c9958b
BLAKE2b-256 772da915e8eb70e2d7711356763284d1ddc298c4d7adc9e575f859ddf7408cc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6fd3d61f9229d27def007e53540412507b74ac2fdb1a29985ae0b6a5137749a2
MD5 7c144b380e0c25bac53a88f822307b38
BLAKE2b-256 04129fff6ca7acc8eba7d04d67fe59dbb56d86da0ab2b77f6c5ddf5d6a53b0b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 11b8b4b73bf455f13218c5f827698a30ae10998ca31b8264b51052868c7a9f11
MD5 fefd8a0e374c070e15e3e5a20d5e2dab
BLAKE2b-256 15edc042d90374a37920df9cab93d691c5717806d5d08db958a1d28c855227d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp39-none-win32.whl
Algorithm Hash digest
SHA256 164a6ce445eb0cc7c645f5b6e1042c003d33292520c90052b6325f30c98e4c5f
MD5 c0a6a38de163809a111d6e7225ff2fb4
BLAKE2b-256 b048074e57d9eeb40fd2538f31211da6b87092dec7f540489325d29cc858782a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ff0629ee9f98df57a783599602eb498f9ec3619dc69348b12e4d9d754abf0e9
MD5 84baea7cd366e23fc0de8bfda387eb9a
BLAKE2b-256 bec840ba89a1d039dd5e5089c4a94b13ead6fa763046971831aadee81374b896

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 39cd39df171a2b5404de69c4e6cd14eee47f6fe91c1692f939bfb9e59a0110d8
MD5 fcb508c632d558441dc9697ea0388d89
BLAKE2b-256 8ccadff574635efcfbb9b30496abdf7869027fd7d4f7b9bb2046307649806020

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 13cb8884e718a78c3b81a8cdec9c7ac196dd42961fce55c3ccff3dd783e5ad7a
MD5 caf35bdfa4c775e27858636d97197db6
BLAKE2b-256 5c0671dd43d8404d3c3405ba7951e2576e3c441d1f15bd3b6e562fc6778031ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c453fd8b0be9740faa23cecd1f28ee9ead7d900cefa64ff836960c503a744c9
MD5 850918768c3afe0b515654f0871ae8c5
BLAKE2b-256 20e2e5e6fd1f8472bb8acb57ef274ab9485a0b584427b4cc75425682ac4f144a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a4505bd707cc14d85c800f961fad8ca76f804a8ad22fbb7b1a217d8d0c15e6a5
MD5 5f1175dd4e8fd4ecd9c8cf036580855f
BLAKE2b-256 e831fde7bf3707f5f3d6c350116feed9ab6f58563a2b77892441d247c49116de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d09af35e3e3f09b664e6429e9a0dc200f29c5bdfd88bdd9666de51183b1fe202
MD5 53bda792b7df21dba65149076d844128
BLAKE2b-256 93840b2cf42a04bc774ec790a0e5f89b7ac28d03937799e665f4744459fe73ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 fb8be3cba6aaa50ab2e9dffbd25c8eb2046785eeff642cf0cdd0dd9ae6be3539
MD5 8cd9a742a2cf81b26bfd724d3abb1421
BLAKE2b-256 39511f7a3458a363d5c6882b5689ecc67f355fee0d6923bb2f96c4501b53c6a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp38-none-win32.whl
Algorithm Hash digest
SHA256 60b1db183e8a7540cd4f8b2160ff4de55f77cb0c3fc6a10be1e7c30eb1b2bdeb
MD5 0a6895ca027ff56984d10470ce085f11
BLAKE2b-256 829cb7a44018a9959452ddc786d7aaa7b4e5e033325f86a283bb1700079d6f2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01255f043996bc7d1bae62d8afc5033a90c7e36ce308b988eeb84afe0a69562f
MD5 ddea1b266bef210f5ad8a08b015bb673
BLAKE2b-256 5a356173f77a4bedd51b826335e053185b79638a355c89ba34e66ffd6582c88d

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4aa8ca349afb2f0713475426946261eb2035e4efb50ebd2c1d5ad04f395f4217
MD5 ce967fb17fcf166e5138c311f5e780e9
BLAKE2b-256 78374bfa98e097e30f5e37fa35486727357f88a1ddefb1e0facb13a477860585

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aa855a2fa262792a230f9efcdb5da6d431b747d1861d2a69fe7834b19aea077e
MD5 8230184aed9221e659fcd4fd12c6034c
BLAKE2b-256 3dcb8b5b5cc0308f5f5186cd9a0d80f3f2a24064a85fa090d5494753c083c547

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b6f2b0c8b95b01409275d789a9b74d5f2e146346f985d384bf50ec727caf1ccc
MD5 94829a54a151672b63a843cb937b566f
BLAKE2b-256 80b29f2d2d35ff4f42dd82e68ef602d76894df83f0ca723c030b0131d5c7790a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 89f701802892e5eb84f89f402686861f87dc227d6082b05f4e9d9b4e8015a3c3
MD5 f147548454035e04a1a7138ea22b6079
BLAKE2b-256 df606958e0164cd0883f21784932178382e80ee376a61447ffb3f01b4b4720e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e669fecb29fc454449739f9f53ed9253197e7c19e6a6eaa0f08334207af4287
MD5 b60a3f9c9cfc91cca6f4a79b3f0ca6c4
BLAKE2b-256 e4c80794b706bf1ba599c26d76c119dceb2469160e5aaec90957e35bb457a275

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 0e0eba49d46d3b5481919aea0794aec625fbc6ecdf13fe7e0e9f3fc5d5ad5971
MD5 6cc4e626953ba6da1f47f2403d0cadf8
BLAKE2b-256 8b5892cca15f7b1a38af56671a6bf8262134e7eb8d23a9ec70c6a2d5d7c89818

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp37-none-win32.whl
Algorithm Hash digest
SHA256 fd40b2409cfaf3e8aba20169ee09552f69140e029adeec261b988903ff0c8f6f
MD5 74870ab9927d4d05ee2b6758a0ca6a17
BLAKE2b-256 00f82b994d58986fc51d4791f40950c39529eea26bb7d2d671bab2f68cef7d8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d855946c5062b665190de15b2bdbd4c8eddfee35350bfb7564592e23d36fbbd3
MD5 9ac19da5690b1525fc25f5a006937324
BLAKE2b-256 d5c58948a57c0a0c0fea4657508a16cd1edd5a4835076cca136d562dfc56a4d5

See more details on using hashes here.

File details

Details for the file hf_transfer-0.1.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5d01e55d630ffe70a4f5d0ed576a04c6a48d7c65ca9a7d18f2fca385f20685a9
MD5 4f6fcfd253eddc7d6c009cb049f3b5fe
BLAKE2b-256 843d250a3fe6796d281a1a5a855ea8b59053b374cdb85aad09c99e53834499af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 60f0864bf5996773dbd5f8ae4d1649041f773fe9d5769f4c0eeb5553100acef3
MD5 020ed3c09e895e663c8ec9a3f9c77cb1
BLAKE2b-256 394718d284922b957ce75b56532ed167550291a085accc187720c56aaaa8ee13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d0a7609b004db3347dbb7796df45403eceb171238210d054d93897d6d84c63a4
MD5 37c8a241a3b28912a76ab64005158c12
BLAKE2b-256 bb14b10b9d8b1a49b2e291c2851ae5caec3c4fa179e87b15dcaab8db229a4c06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1ef1f145f04c5b573915bcb1eb5db4039c74f6b46fce73fc473c4287e613b623
MD5 0ee909c16eb6308374734bb346ea3fa0
BLAKE2b-256 979fbf426f2ace709b2233116513a7a06f16ad9549cf37fb7dfbb472589fd6d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hf_transfer-0.1.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c0c981134a55965e279cb7be778c1ccaf93f902fc9ebe31da4f30caf824cc4d
MD5 a327aef411ed116443ffb00cd18ee2e6
BLAKE2b-256 12fad8a091d7c6eccbde19abae106274392ee01df189595c7907b318e579b00b

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