BitFinTrainer / scripts /sync_to_hf.sh
luohoa97's picture
Deploy BitNet-Transformer Trainer
d5b7ee9 verified
raw
history blame contribute delete
503 Bytes
echo "πŸš€ Synchronizing with Hugging Face Space (luohoa97/BitFinTrainer)..."
# Use hf upload to bypass git credential issues
# This respects .gitignore and excludes heavy folders
hf upload luohoa97/BitFinTrainer . . --repo-type space \
--exclude="data/*" \
--exclude="models/*" \
--exclude=".venv/*" \
--exclude=".gemini/*" \
--commit-message="Deploy BitNet-Transformer Trainer"
echo "βœ… Finished! Your Space is building at: https://huggingface.co/spaces/luohoa97/BitFinTrainer"