serhii.net

In the middle of the desert you can say anything you want

12 Sep 2025

Downloading stuff from HF hub through huggingface cli

Command Line Interface (CLI)

 pip install -U "huggingface_hub[cli]"
 
 #either of
 hf auth login 
 hf auth login --token $HF_TOKEN
 
 # models
 hf download adept/fuyu-8b --cache-dir ./path/to/cache

// TODO — vllm — will it be VLLM_CACHE_ROOT or HF_HOME?

Also: Troubleshooting - vLLM — they literally recommend getting it first via hf cli and passing the full path

Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus