Loading

Hugging Face 无法连接问题 OSError: We couldn‘t connect to ‘https://huggingface.co‘ to load this file 解决方案

  • hugging face国内网络无法连接问题解决,在代码前加这两行:
import os
os.environ["HF_ENDPOINT"] = "https://hf-mirror.com"
posted @ 2024-07-03 15:45  zranguai  阅读(3717)  评论(0)    收藏  举报