Skip to content

Commit c476d4b

Browse files
unamedkrclaude
andcommitted
Remove 12GB model files from git tracking
models/*.gguf (10.2GB + 774MB + 508MB) and *.tqm were committed to git history, bloating .git/objects/pack to 12GB. Files remain on disk but are now in .gitignore. To reclaim .git space: git filter-repo or fresh clone needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a4985da commit c476d4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ refs/.venv/
4242
.venv/
4343
refs/
4444
models/.claude/worktrees/
45+
*.gguf
46+
models/

0 commit comments

Comments
 (0)