Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#560·BitNet

Warning: `huggingface-cli` is deprecated and no longer works. Use `hf` instead.

Author: flatsiedatsieCreated May 20, 2026Updated Aug 20, 2026

Please update the setup_env.py file and replace huggingface-cli with hf

So it should become:

run_command(["hf", "download", hf_url, "--local-dir", model_dir], log_step="download_model")

See also: https://github.com/microsoft/BitNet/issues/349

Source: microsoft/BitNet

View original on GitHubView discussion on GitHub