CLI tool for high-speed LLaMA model download
Top 12.0% on sourcepulse
This repository provides a high-speed download script for Facebook's LLaMA 65B parameter model, targeting researchers and individual hackers interested in experimenting with large language models. It offers a significantly faster alternative to torrent downloads, enabling quicker access to the model weights.
How It Works
The project utilizes curl
to download model weights directly from a mirrored source, bypassing the slower peer-to-peer torrent method. This approach leverages a direct HTTP download, achieving speeds up to 40MB/s, which is approximately 3.6x faster than the original torrent. The script is designed for simplicity, allowing users to download all model variants (7B, 13B, 30B, 65B) with a single command.
Quick Start & Requirements
sh llama.sh
after downloading the script.bash
and wget
(macOS requires brew install bash wget
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
2 years ago
Inactive