当前位置:   article > 正文

如何在huggingface上申请下载使用llama2/3模型_huggingface 下载llama2

huggingface 下载llama2

1. 在对应模型的huggingface页面上提交申请

搜索对应的模型型号

登录huggingface,在模型详情页面上,找到这个表单,填写内容,提交申请。需要使用梯子,country填写梯子的位置吧(比如美国)

等待一小时左右,会有邮件通知。

  1. 创建access token
    在huggingface上登录后,点击头像,选择setting,点击左侧的access tokens,新建一个,然后复制。
    在这里插入图片描述
  2. 使用huggingface cli下载模型
pip install -U huggingface_hub
  • 1
export HF_ENDPOINT=https://hf-mirror.com
  • 1

huggingface-cli download --resume-download 模型名称 --local-dir 存放模型的位置 --local-dir-use-symlinks False --resume-download --token token序列号xxxxxxx

比如

huggingface-cli download --resume-download meta-llama/Llama-2-7b-chat-hf --local-dir /data1/user/model/meta-llama/Llama-2-7b-chat-hf/ --local-dir-use-symlinks False --resume-download --token xxxxx
  • 1

这样就可以下载好啦
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/695768
推荐阅读
相关标签
  

闽ICP备14008679号