mlx/examples/extensions/README.md

19 lines
238 B
Markdown
Raw Normal View History

## 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
```