#139 · Primary category: Inference & Local Deploy

HuggingFaceModelDownloader

golang huggingface llm transformers

Simple go utility to download HuggingFace Models and Datasets

Project last updated:06/13/26

GitHub Stars

1.2K

Forks

124

Contributors

11

License

Apache-2.0

Why we included this project

Pulling models from the HuggingFace Hub is a daily chore for anyone working with local LLMs, and this Go binary makes it noticeably less painful. It downloads into the standard HuggingFace cache with chunked parallel connections and resume support, so once it finishes, transformers, diffusers, and other Python tools find the weights without you touching any path config. What I like most is the analyzer: before committing to a multi-gigabyte download, you can walk through a GGUF repo interactively, check quantization quality ratings and RAM estimates, spot the recommended Q4_K_M build, or grab only the pieces you actually need. It also copes with restricted networks via SOCKS5 proxy and CIDR bypass, and the JSON output plus a small web UI mean it works just as well inside scripts as it does when you want to click through a download on your workstation.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category