问题
连接不到hugging_face

解决方法
1.直接去官网下载
直接去hugging_face找模型
先找到代码中我需要的模型和版本


2.配置国内镜像源
pip install -U huggingface_hub hf_transfer -i https://pypi.tuna.tsinghua.edu.cn/simple
配置环境变量
export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli download --resume-download ds4sd/docling-models --local-dir .

下载很快