赞
踩
Meta公司在前不久发布了llama3开源大语言模型,今天介绍一下如何通过huggingface-cli命令行工具下载模型8B参数量的模型权重文件。
pip install --upgrade huggingface_hub
export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli login --token <你刚才复制的帐号token>
huggingface-cli download --resume-download meta-llama/Meta-Llama-3-8B --include "original/*" --local-dir /data/jack/Meta-Llama-3-8B --cache-dir /data/jack/.cache
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。