modelscope
A CLI tool for downloading models from Modelscope.
Features:
- ⬇️ Download models from Modelscope
- 🫏 Show progress bar
- ⚡ Multi-threaded download
- 🔗 Resume interrupted downloads
Supported OS:
- Windows
- macOS
- Linux
Installation
You can install it in one of the following ways:
- Install using Cargo
cargo install modelscope
- Use precompiled package Download the binary package for your operating system from the release page and extract it.
Usage
modelscope -m <MODEL_ID> -s <SAVE_DIR>

Commands
Usage: modelscope [OPTIONS] --model-id <MODEL_ID>
Options:
-m, --model-id <MODEL_ID> model id
-s, --save-dir <SAVE_DIR> save dir, if not set, use current dir, will create if not exists [default: ]
-h, --help Print help
-V, --version Print version
Library
Add crate:
cargo add modelscope
Example:
use ModelScope;
async