mattb512 commited on
Commit
5afedc8
1 Parent(s): 7578fa4

remove file size check

Browse files
Files changed (1) hide show
  1. .github/workflows/hf-sync.yml +5 -4
.github/workflows/hf-sync.yml CHANGED
@@ -24,7 +24,8 @@ jobs:
24
 
25
  run: git push https://$HF_USER:$HF_TOKEN@huggingface.co/spaces/TRI-ML/vlm-demo main
26
 
27
- - name: Check large files
28
- uses: ActionsDesk/lfs-warning@v2.0
29
- with:
30
- filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
 
 
24
 
25
  run: git push https://$HF_USER:$HF_TOKEN@huggingface.co/spaces/TRI-ML/vlm-demo main
26
 
27
+ # not working, action not found
28
+ # - name: Check large files
29
+ # uses: ActionsDesk/lfs-warning@v2.0
30
+ # with:
31
+ # filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces