Meet Radadiya commited on
Commit
57b09e6
·
1 Parent(s): 6f1e2b6

Untrack checkpoint exclusion to allow model file via Git LFS

Browse files
Files changed (1) hide show
  1. .gitignore +4 -4
.gitignore CHANGED
@@ -28,10 +28,10 @@ Thumbs.db
28
  # Environment files
29
  .env
30
 
31
- # Model checkpoints
32
- checkpoints/*.pth
33
- checkpoints/*.pt
34
- checkpoints/*.ckpt
35
 
36
  # Logs
37
  logs/
 
28
  # Environment files
29
  .env
30
 
31
+ # Model checkpoints (tracked via Git LFS)
32
+ # checkpoints/*.pth
33
+ # checkpoints/*.pt
34
+ # checkpoints/*.ckpt
35
 
36
  # Logs
37
  logs/