A tool to download HuggingFace models via BitTorrent.
Project description
HF-Torrent
This repository contains an experimental torrent-style download for model weights in Hugging Face.
The core implementation is main_hub.py
, which downloads files from Hugging Face and converts them into seedable torrents.
How to use
pip install hf-torrent
Before launching downloads, make sure you have aria2c installed and
run the following command in a separate terminal
aria2c --enable-rpc --rpc-listen-all \
--max-upload-limit=4M \
--optimize-concurrent-downloads=true \
--bt-detach-seed-only=true \
--seed-ratio=10.0
Then you can start using HF-Torrent with the following command:
hf-torrent <your target repo>
Or if you have your preferred torrent clients, you can pull the torrent file only
hf-torrent --get-torrent <your target repo>
How to contribute
Installation
To install, run the following command:
pip install -r requirements.txt
Seeding
It is easy to contribute to seeding! First, change --seed-ratio=0
(from 10 to 0) when launching the aria2c
RPC. Setting 0
means the daemon will seed infinitely.
Next, change the upload bandwidth limit to a value that suits you, for example: --max-upload-limit=20M
(4M by default).
After making these changes, launching seeding is as simple as downloading models. You can start seeding by running the following script and help distribute your favorite models!
python download.py <your target repo>
Create
To create a popular torrent, run the following command:
python generate_popular_torrents.py -r efederici/retnet-120m
This script will (1) download model files from Hugging Face, (2) iterate through the folder, (3) generate torrents for each file, and then put them under hf-torrent-store/{repo}
.
We are looking for a wanted model list. Please open an issue if you have any favorite models to share.
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 Distributions
Built Distribution
File details
Details for the file hf_torrent-0.0.1.post2401021918-py3-none-any.whl
.
File metadata
- Download URL: hf_torrent-0.0.1.post2401021918-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd3d20d4f3d0bddeb3763cbff06f2f3f6c4e881b1ad45ece0162e3f587a77de3 |
|
MD5 | e4881009ca47873b2cf1d218bdf9be9b |
|
BLAKE2b-256 | 77e41ed9495a015b7a4474dc6651f570eb38745018bcb0f2be96b8ba00fab2f2 |