mlx/examples/extensions
Nripesh Niketan a30e7ed2da
feat: metal formatting and pre-commit bump (#1038)
* feat: metal formatting and pre-commit bump

* add guards

* update

* more guards

* more guards

* smakk fix

* Refactor instantiation of ternary types in ternary.metal

* fix scan.metal
2024-04-30 07:18:09 -07:00
..
axpby feat: metal formatting and pre-commit bump (#1038) 2024-04-30 07:18:09 -07:00
mlx_sample_extensions Add isort pre-commit and run (#68) 2023-12-08 11:31:47 -08:00
bindings.cpp Extensions (#962) 2024-04-09 08:50:36 -07:00
CMakeLists.txt Extensions (#962) 2024-04-09 08:50:36 -07:00
pyproject.toml fix gguf loading quants (#1014) 2024-04-19 12:24:07 -07:00
README.md Extensions (#962) 2024-04-09 08:50:36 -07:00
requirements.txt Extensions (#962) 2024-04-09 08:50:36 -07:00
setup.py Extensions (#962) 2024-04-09 08:50:36 -07:00

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