We welcome contributions to improve speed, stability, and compatibility!
-
Clone the repo:
git clone https://github.com/svdrecbd/mhc-mlx.git cd mhc-mlx -
Install dependencies:
pip install -e ".[dev,bench]"
Run the full suite:
python -m pytestNote: Some tests require Apple Silicon to execute the Metal paths.
Run the main benchmark:
PYTHONPATH=. python mhc_mlx/benchmark.py --mode latencyIf you've modified kernels, run the tuner:
PYTHONPATH=. python scripts/tune.py