mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 01:17:26 +08:00
|
||
---|---|---|
.. | ||
CMakeLists.txt | ||
example.cpp | ||
README.md |
Build and Run
Install MLX with Python:
pip install mlx>=0.22
Build the C++ example:
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
Run the C++ example:
./build/example
which should output:
array([2, 4, 6], dtype=int32)