deepseek-dnd-lora / upload_to_huggingface.sh
chendren's picture
Upload upload_to_huggingface.sh with huggingface_hub
b72bbd7 verified
#!/bin/bash
# Script to upload the model to Hugging Face
# Ensure you're logged in
echo "Checking if you're logged in to Hugging Face..."
huggingface-cli whoami
# Check if the command succeeded
if [ $? -ne 0 ]; then
echo "Please log in to Hugging Face first:"
echo "huggingface-cli login"
exit 1
fi
# Upload the model
echo "Uploading to Hugging Face repository: chad/deepseek-dnd-lora..."
cd "/Users/chad/dnd_datasets/hf_upload"
huggingface-cli upload chad/deepseek-dnd-lora .