Commit Graph

1 Commits

Author SHA1 Message Date
sleepy 32049c766c refactor(models): extract hardcoded data to JSON configs
Extracted from registry.py (437 → 194 lines):
- config/models/mlx_quant_sizes.json - MLX quantization VRAM sizes
- config/models/gguf_quant_sizes.json - GGUF quantization VRAM sizes
- config/models/model_metadata.json - Model metadata

Registry now loads from JSON files instead of hardcoded data.
All 35 tests pass.
2026-02-25 13:20:29 +01:00