10 lines
257 B
Python
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
|