Downloading stuff from HF hub through huggingface 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