Crates.io | rustyface |
lib.rs | rustyface |
version | 0.1.1 |
source | src |
created_at | 2024-08-04 12:04:31.833895 |
updated_at | 2024-08-05 12:09:17.386642 |
description | A Huggingface downloading CLI tool written in Rust. |
homepage | |
repository | https://github.com/AspadaX/RustyFace |
max_upload_size | |
id | 1324925 |
size | 331,132 |
A command line app for downloading Huggingface repositories with Rust.
RustyFace does not require installing additional dependencies such as git
or git lfs
etc. It aims to be lightweight and portable.
In addition to that, RustyFace is friendly to users who live in Mainland China, where HuggingFace accessibility is unstable, as this CLI app adopted a mirror that can be accessed globally.
The mirror site used in this project is hf-mirror.com
First, you need to have Rust installed. For those new to Rust, please refer to the official installation guide.
On Linux and macOS:
curl https://sh.rustup.rs -sSf | sh
On Windows, you can download the installation executable via this link: https://win.rustup.rs/
After done installing Rust, just type this to your terminal:
cargo install rustyface
Try RustyFace out with this simple command line:
rustyface --repository sentence-transformers/all-MiniLM-L6-v2 --tasks 4
--repository
is followed by the repo_id
of the repository that you want to download from HuggingFace.--tasks
is followed by the number of concurrent downloads. For example, 4 means downloading 4 files at once. It is recommended to use a lower number if your network conditions do not support higher concurrency.Any participation is appreciated! Feel free to submit an issue, discussion or pull request. You can find me on WeChat: baoxinyu2007
or Discord: https://discord.gg/UYfZeuPy
This project is licensed under the MIT License. See the LICENSE file for details.