nico-x commited on
Commit
3dc14f9
·
1 Parent(s): 715216f

Re-add model as LFS-tracked object

Browse files
Files changed (1) hide show
  1. .gitignore +2 -2
.gitignore CHANGED
@@ -13,8 +13,8 @@ venv/
13
  .DS_Store
14
 
15
  # PyTorch checkpoints
16
- *.pt
17
- ! checkpoints/transformer_mnist.pt # allow the model to be pushed to HF Space
18
 
19
  # Gradio session files
20
  gradio_cached_examples/
 
13
  .DS_Store
14
 
15
  # PyTorch checkpoints
16
+ # *.pt
17
+ #!checkpoints/transformer_mnist.pt # allow the model to be pushed to HF Space
18
 
19
  # Gradio session files
20
  gradio_cached_examples/