一、问题
HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url:LocalEntryNotFoundError: Connection error, and we cannot find the requested
files in the disk cache. Please try again or make sure your Internet connection is on.
二、解决思路
这是因为在中国境内暂时无法访问Huggingface.co。
目前的解决方法有两种
第一种:使用代理
这种方式并不被推荐,因为很多模型都非常庞大,使用代理服务器下载可能会消耗大量的网络流量。
第二种:使用镜像网站下载
演示使用方法
1.使用everything搜索huggingface_hub文件夹并打开该文件夹下的constans.py
2.打开该文件