Arihant Vyavhare commited on
Commit
4eef8a2
1 Parent(s): 07b0d65

Update sync_to_hgf.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/sync_to_hgf.yml +3 -0
.github/workflows/sync_to_hgf.yml CHANGED
@@ -14,6 +14,9 @@ jobs:
14
  with:
15
  fetch-depth: 0
16
  lfs: true
 
 
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
+ - name: Configure Git LFS
18
+ run: |
19
+ git config lfs.allowincompletepush true
20
  - name: Push to hub
21
  env:
22
  HF_TOKEN: ${{ secrets.HF_TOKEN }}