soutrik
commited on
Commit
·
4b9a979
1
Parent(s):
c3d82b0
reset branch
Browse files
.github/workflows/hf_deploy.yaml
CHANGED
@@ -3,7 +3,7 @@ name: Sync to Hugging Face Hub for Gradio App MNIST Classifier # this is not wo
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
-
-
|
7 |
|
8 |
jobs:
|
9 |
sync-to-hub:
|
@@ -33,19 +33,6 @@ jobs:
|
|
33 |
USER: soutrik
|
34 |
SPACE: gradio_demo_MNIST_Classifier
|
35 |
|
36 |
-
# # Track individual files with LFS
|
37 |
-
# - name: Track last.ckpt with Git LFS
|
38 |
-
# run: |
|
39 |
-
# git lfs track "checkpoints/last.ckpt"
|
40 |
-
# git add .gitattributes
|
41 |
-
# git commit -m "Track last.ckpt with Git LFS" || echo "Skip commit if no changes"
|
42 |
-
|
43 |
-
# - name: Track best_model.ckpt with Git LFS
|
44 |
-
# run: |
|
45 |
-
# git lfs track "checkpoints/best_model.ckpt"
|
46 |
-
# git add .gitattributes
|
47 |
-
# git commit -m "Track best_model.ckpt with Git LFS" || echo "Skip commit if no changes"
|
48 |
-
|
49 |
# Ensure LFS objects are checked out
|
50 |
- name: Ensure LFS objects are present
|
51 |
run: git lfs checkout
|
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
+
- main
|
7 |
|
8 |
jobs:
|
9 |
sync-to-hub:
|
|
|
33 |
USER: soutrik
|
34 |
SPACE: gradio_demo_MNIST_Classifier
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
# Ensure LFS objects are checked out
|
37 |
- name: Ensure LFS objects are present
|
38 |
run: git lfs checkout
|