Motoni Shikoudai Claude commited on
Commit
f848733
·
1 Parent(s): b24d6e8

Fix: Remove models/ from .gitignore to enable download tracking

Browse files

Enable Git LFS tracking for model files by removing the .gitignore entries:
- Removed: models/ directory ignore rule
- Removed: *.gguf file ignore rule
- Removed: *.bin file ignore rule
- Removed: *.safetensors file ignore rule

This allows Hugging Face Hub to properly track downloads for:
- deepseek-r1-7b-q4_k_m.gguf
- deepseek-r1-7b-q5_k_m.gguf

With .gitattributes properly configured with Git LFS filters, Hugging Face Hub will now display download statistics on the model page.

🤖 Generated with Claude Code

Co-Authored-By: Claude <[email protected]>

Files changed (1) hide show
  1. .gitignore +0 -6
.gitignore CHANGED
@@ -61,12 +61,6 @@ temp/
61
  .DS_Store
62
  Thumbs.db
63
 
64
- # Models (too large)
65
- models/
66
- *.gguf
67
- *.bin
68
- *.safetensors
69
-
70
  # Temporary files
71
  ~
72
  *.tmp
 
61
  .DS_Store
62
  Thumbs.db
63
 
 
 
 
 
 
 
64
  # Temporary files
65
  ~
66
  *.tmp