Files
Vijay Janapa Reddi a6f9bc3b0b feat(tinytorch): add module.yaml metadata files for CLI module descriptions
Add machine-readable module.yaml files to each of the 20 modules with
title, subtitle, and description fields. Update tito CLI to read from
these files instead of parsing Python files.

- Create module.yaml in src/NN_*/ directories
- Add YAML parser with validation in tito/core/modules.py
- Update list_modules() to display descriptions from YAML
2025-12-15 20:30:32 -05:00

4 lines
150 B
YAML

title: Compression
subtitle: Pruning and Model Compression
description: Build pruning, knowledge distillation, and low-rank approximation techniques.