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
Please update the
setup_env.pyfile and replacehuggingface-cliwithhfSo it should become:
See also:
#349