Anshul Prasad commited on
Commit
a8a2914
·
1 Parent(s): 74375ce

handle Git LFS bandwidth limits by allowing only pointers to be pushed.

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -12,7 +12,7 @@ jobs:
12
  - uses: actions/checkout@v3
13
  with:
14
  fetch-depth: 0
15
- lfs: true
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
12
  - uses: actions/checkout@v3
13
  with:
14
  fetch-depth: 0
15
+ lfs: false
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}