Skip to content

Commit 0319d41

Browse files
committed
Remove large test data file from tracking
Add model_layers_0_self_attn_k_proj.pth (258 MB) to .gitignore to comply with GitHub's 100 MB file size limit. The regression tests already skip when this file is absent. Made-with: Cursor
1 parent 8be6dad commit 0319d41

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
@@ -16,3 +16,5 @@ site/
1616
debug_code/
1717
.pytest_cache/
1818
*.pt
19+
# Large test data (download separately if needed for regression tests)
20+
tests/onecomp/quantizer/jointq/data/model_layers_0_self_attn_k_proj.pth

0 commit comments

Comments
 (0)