dev.club — where best developers and top companies connect.

dev.club — where best developers and top companies connect.Invite only

Request invite

ggml

ggml logo

Tensor library for machine learning

License: MIT Release CI

Quick start

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.

Description

The main goal of ggml is to be a simple, portable, and efficient tensor library for machine learning with minimal setup.

Documentation

Contributing

Join libs.tech

...and unlock some superpowers

GitHub

We won't share your data with anyone else.