mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-30 15:28:10 +08:00
* start to fix extensions * mostly fixed extensions * fix extension build * couple more nits
Build the extensions
pip install -e .
For faster builds during development, you can also pre-install the requirements:
pip install -r requirements.txt
And then run:
python setup.py build_ext -j8 --inplace