LLaMA-Factory / co.sh
Justinrune's picture
Upload folder using huggingface_hub
5057c18 verified
raw
history blame contribute delete
No virus
153 Bytes
git init
git add .
git commit -m "Initial commit"
git remote add origin https://huggingface.co/spaces/Justinrune/LLaMA-Factory
git push -u origin master