Edwin Jose Palathinkal
Update .gitattributes to track safetensors with lfs for xet compatibility
dfb0344 | # Binary model files storage configuration | |
| # See: https://huggingface.co/docs/hub/xet | |
| # For HuggingFace: model.safetensors is stored via Xet for faster downloads | |
| # For GitHub: namer_model.pt uses git-lfs | |
| *.pt filter=lfs diff=lfs merge=lfs -text | |
| model.safetensors filter=lfs diff=lfs merge=lfs -text | |