Commit ·
977fe33
1
Parent(s): ff43e43
add weights directory and allow weight files in HF repo
Browse files- .gitignore +2 -8
- weights/.gitkeep +0 -0
.gitignore
CHANGED
|
@@ -40,14 +40,8 @@ env/
|
|
| 40 |
*.key
|
| 41 |
*.secret
|
| 42 |
|
| 43 |
-
# Model weights and
|
| 44 |
-
|
| 45 |
-
*.ckpt
|
| 46 |
-
*.pth
|
| 47 |
-
*.pt
|
| 48 |
-
*.safetensors
|
| 49 |
-
*.bin
|
| 50 |
-
*.msgpack
|
| 51 |
|
| 52 |
# Datasets and large local data
|
| 53 |
data/
|
|
|
|
| 40 |
*.key
|
| 41 |
*.secret
|
| 42 |
|
| 43 |
+
# Model weights are stored via Xet/LFS on HF and should not be ignored here.
|
| 44 |
+
# *.ckpt *.pth *.pt *.safetensors *.bin *.msgpack are tracked by .gitattributes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
# Datasets and large local data
|
| 47 |
data/
|
weights/.gitkeep
ADDED
|
File without changes
|