Spaces:
Running
Running
Ryan Christian D. Deniega Claude Sonnet 4.6 commited on
Commit ·
28ffef1
1
Parent(s): c78c2c1
fix: remove large model file from git, add ml/models/ to .gitignore
Browse filesmodel.safetensors is 416MB — exceeds GitHub's 100MB limit.
Store locally or use HuggingFace Hub for model weights.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -39,3 +39,4 @@ ml/_smoke_test.py
|
|
| 39 |
|
| 40 |
# Local history persistence (user data — do not commit)
|
| 41 |
data/history.json
|
|
|
|
|
|
| 39 |
|
| 40 |
# Local history persistence (user data — do not commit)
|
| 41 |
data/history.json
|
| 42 |
+
ml/models/
|