Edwin Jose Palathinkal commited on
Commit
dfb0344
·
1 Parent(s): 27f8f32

Update .gitattributes to track safetensors with lfs for xet compatibility

Browse files
Files changed (1) hide show
  1. .gitattributes +2 -1
.gitattributes CHANGED
@@ -1,6 +1,7 @@
1
  # Binary model files storage configuration
2
  # See: https://huggingface.co/docs/hub/xet
3
- # For HuggingFace: model.safetensors uses Xet (no git-lfs needed)
 
4
  # For GitHub: namer_model.pt uses git-lfs
5
  *.pt filter=lfs diff=lfs merge=lfs -text
6
  model.safetensors filter=lfs diff=lfs merge=lfs -text
 
1
  # Binary model files storage configuration
2
  # See: https://huggingface.co/docs/hub/xet
3
+
4
+ # For HuggingFace: model.safetensors is stored via Xet for faster downloads
5
  # For GitHub: namer_model.pt uses git-lfs
6
  *.pt filter=lfs diff=lfs merge=lfs -text
7
  model.safetensors filter=lfs diff=lfs merge=lfs -text