Skip to content

Commit

Permalink
correct pipline errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jshuadvd committed Jun 1, 2024
1 parent 8db2b99 commit 76c1b97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
run: |
git lfs install
huggingface-cli login --token $HF_TOKEN
git push https://huggingface.co/$HF_USERNAME/LongRoPE master:main --force
git config --global credential.helper store
echo "https://${{ secrets.HF_USERNAME }}:${{ secrets.HF_TOKEN }}@huggingface.co" > ~/.git-credentials
git push https://huggingface.co/${{ secrets.HF_USERNAME }}/LongRoPE master:main --force

0 comments on commit 76c1b97

Please sign in to comment.