README.md
<b>Tensor library for machine learning</b>
</div>Build from source:
git clone https://github.com/ggml-org/ggml
cd ggml
mkdir build && cd build
cmake ..
cmake --build . --config Release -j 8
For a minimal, fully commented example (matrix multiplication), see examples/simple.
The main goal of ggml is to be a simple, portable, and efficient tensor library for machine learning with minimal setup.
ggml library (including to the CMake build system), please open a PR in llama.cpp - doing so will make your PR more visible, better tested, and more likely to be reviewed