mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-26 02:33:21 +08:00
![]() * Install mlx.dll into the same dir with python bindings on Windows * Set BUILD_SHARED_LIBS for dlfcn-win32 * Update cmake requirements to 3.25 * Fix cmake style |
||
---|---|---|
.. | ||
axpby | ||
mlx_sample_extensions | ||
bindings.cpp | ||
CMakeLists.txt | ||
pyproject.toml | ||
README.md | ||
requirements.txt | ||
setup.py | ||
test.py |
Build
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
Test
python test.py