10 lines
223 B
Python
10 lines
223 B
Python
#!/usr/bin/env python3
|
|
"""Benchmark MLX inference on Apple Silicon.
|
|
|
|
Reports latency, throughput, and memory usage.
|
|
|
|
Usage:
|
|
uv run python scripts/bench_mlx.py
|
|
"""
|
|
# TODO: Phase 5 — implement after full pipeline works
|