ghostlm / .gitattributes
Ghostgim's picture
chore: squash history to reclaim LFS storage from removed checkpoint
4fcda01
raw
history blame contribute delete
369 Bytes
# Hugging Face Spaces LFS rules. Copy this to the Space repo root
# alongside app.py / requirements.txt / README.md / ghostlm/ /
# checkpoints/. Without it the ~177 MB checkpoints either fail to push
# or land as broken pointer files.
*.pt filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.safetensors filter=lfs diff=lfs merge=lfs -text