llama-3.1
- 下载
下载
huggingface
详情页填写申请后等待审核
点击 头像->setting->access token 创建token
配置环境变量
下载模型
pip install -U huggingface_hub
huggingface-cli download --resume-download meta-llama/Meta-Llama-3.1-8B-Instruct --local-dir E:\codes\model\meta-llama\Meta-Llama-3.1-8B-Instruct --local-dir-use-symlinks False --resume-download --token xxxxx
对于Linux系统
export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli download --resume-download meta-llama/Meta-Llama-3.1-8B-Instruct --local-dir /home/model/meta-llama/Meta-Llama-3.1-8B-Instruct --local-dir-use-symlinks False --resume-download --token xxxxx
使用wget一次下载单个文件
wget --header "Authorization: Bearer 你的token" https://hf-mirror.com/meta-llama/Meta-Llama-3.1-8B/resolve/main/model-00003-of-00004.safetensors