remove file size check
Browse files
.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 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
|
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
|