huggingface-cli
安装:
pip install transformers==4.36.0
huggingface-cli login
失败原因,安装最新版,不匹配,
pip install -U "huggingface_hub[cli]"
bash
export HTTP_PROXY="http://127.0.0.1:7890"
export HTTPS_PROXY="http://127.0.0.1:7890"