cahlen commited on
Commit
6d13b71
·
0 Parent(s):

Initialize with Git LFS tracking

Browse files
Files changed (1) hide show
  1. .gitattributes +11 -0
.gitattributes ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Git LFS tracking for large model files
2
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
3
+ *.pth filter=lfs diff=lfs merge=lfs -text
4
+ *.pt filter=lfs diff=lfs merge=lfs -text
5
+ *.bin filter=lfs diff=lfs merge=lfs -text
6
+
7
+ # Keep these as text
8
+ *.json text
9
+ *.md text
10
+ *.py text
11
+ *.txt text