赞
踩
export HUGGING_FACE_HUB_TOKEN=你的huggingface_token值
huggingface-cli repo create llama2-7b-ss-sft
git clone https://huggingface.co/keweichen/llama2-7b-ss-sft
cp pytorch_model* tokenizer* *.json llama2-7b-ss-sft/
cd llama2-7b-ss-4000/
git remote set-url origin https://keweichen:${HUGGING_FACE_HUB_TOKEN}@huggingface.co/keweichen/llama2-7b-ss-sft
huggingface-cli lfs-enable-largefiles ./
git add . && git commit -m "ok!" && git push
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。