| huggingface-cli repo create tmp --type model | |
| cd /home/hector5/RiC/merged_models/Llama-3-Base-8B-SFT-morlhf-equal | |
| git init | |
| git lfs install --skip-smudge | |
| git remote add origin https://huggingface.co/hour1/tmp | |
| git add . | |
| git commit -m "Initial commit" | |
| git push origin main | |