1
0
Fork 0
forked from lthn/LEM
Commit graph

2 commits

Author SHA1 Message Date
Snider
d998dd252b chore: zstd compress all JSONL training data (145MB → 29MB)
Compress 108 JSONL files with zstd level 3 and remove originals.
Add training/.gitignore to exclude decompressed .jsonl files.
Remove broken symlinks to previously deleted p4 duplicates.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-28 12:17:38 +00:00
Snider
b9da23a0be feat(distill): add Metal memory limit config fields
CacheLimit (8GB) and MemoryLimit (16GB) in DistillConfig control
mlx.SetCacheLimit/SetMemoryLimit before model load. Conservative
defaults for 1B model on 96GB machine.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 17:59:11 +00:00