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 37e0a92 commit 2a9bd01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Git
- name: Install Git LFS
run: sudo apt-get install git-lfs
- name: Install Hugging Face Hub
run: pip install huggingface_hub
Expand All @@ -21,4 +21,4 @@ jobs:
run: |
git lfs install
huggingface-cli login --token $HF_TOKEN
git push https://huggingface.co/jshuadvd/LongRoPE main
git push https://huggingface.co/jshuadvd/LongRoPE master:main --force

0 comments on commit 2a9bd01

Please sign in to comment.