File size: 153 Bytes
5057c18
 
 
 
 
1
2
3
4
5
6
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