setup huggingface
Browse files
.github/workflows/check_file_size.yaml
CHANGED
|
@@ -13,4 +13,4 @@ jobs:
|
|
| 13 |
- name: Check large files
|
| 14 |
uses: ActionsDesk/lfs-warning@v2.0
|
| 15 |
with:
|
| 16 |
-
filesizelimit: 10485760 # this is 10MB so we can sync to HF
|
|
|
|
| 13 |
- name: Check large files
|
| 14 |
uses: ActionsDesk/lfs-warning@v2.0
|
| 15 |
with:
|
| 16 |
+
filesizelimit: 10485760 # this is 10MB so we can sync to HF Space
|