欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 汽车 > 新车 > 【huggingface 数据下载】ssh / https 不同的下载流程,hf 镜像下载注意事项

【huggingface 数据下载】ssh / https 不同的下载流程,hf 镜像下载注意事项

2025/4/3 14:55:58 来源:https://blog.csdn.net/weixin_44212848/article/details/146907709  浏览:    关键词:【huggingface 数据下载】ssh / https 不同的下载流程,hf 镜像下载注意事项

ssh 下载流程

  1. 在 linux 服务器上生成 ssh key
  2. 将 pub key 放入 huggingface 的 setting 中
  3. 通过 git lfs install 然后 git clone git@hf.co … 来下载数据

遇到的问题

一直卡在 Updating files 后
在这里插入图片描述

卡住的可能原因:

  1. 系统当前限制了允许监视的最大文件数

    cat /proc/sys/fs/inotify/max_user_watches
    

    这会显示系统当前允许监视的最大文件数

  2. 解决方案

    • 增加系统限制:编辑 /etc/sysctl.conf 文件,添加:
      fs.inotify.max_user_watches=524288
      
      然后运行 sudo sysctl -p 使更改生效

https 下载

  1. git lfs install 后 git clone https://huggingface.co/datasets/xxx
  2. 如果用镜像网站的话,先 export HF_ENDPOINT=https://hf-mirror.com
    • git clone https://hf-mirror.com/datasets/xxx
    • 🔥如果 git clone 特别慢的话,可以用 huggingface-cli download --repo-type dataset username/dataset_name --local-dir ./dataset_local
  3. 镜像网站的话,需要注意:
    • 得是 public 的 dataset 才能通过镜像网站下载。
    • 选用的 condition 也需要开放,不能要求登陆或者 share contact information,不然无法通过镜像网站下载。 在这里插入图片描述

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

热搜词