Spaces:
Runtime error
Runtime error
chore: exclude model weights from repo
Browse files- .gitignore +3 -0
.gitignore
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
training/models/
|
| 2 |
+
**/*.safetensors
|
| 3 |
+
**/*.bin
|