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")Source: microsoft/BitNet