corridorkey-mrp-mlx/scripts/compare_reference.py
cmoyates 393dd0d5a7
chore: add remaining test stubs and script placeholders
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 04:49:09 -03:30

10 lines
257 B
Python

#!/usr/bin/env python3
"""Compare MLX outputs against PyTorch reference fixtures.
Reports max abs error and mean abs error per tensor.
Usage:
uv run python scripts/compare_reference.py
"""
# TODO: Phase 2+ — implement after reference fixtures exist