ggml-org/ggml
Tensor library for machine learning observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 5
- age_days: 1445
- days_rel: 8
- days_push: 8
- n_releases_24m: 34
Adoption not part of the score
15236 stars · 1792 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ggml is a plain C/C++ tensor library for machine learning with no dependencies, designed to be simple, portable, and efficient. It supports SIMD-optimized kernels across many CPU architectures plus CPU, GPU, NPU, and browser backends, with integer quantization and zero runtime memory allocations.
Use cases
- run LLM inference on CPU at the edge
- embed a tensor engine in a C/C++ app with no dependencies
- quantize models to 2-8 bit integers for low-memory inference
- run ML inference in the browser via WebAssembly
- build custom ML inference engines like llama.cpp or whisper.cpp
When to choose
- you need dependency-free, portable ML inference in C/C++
- you target edge devices, mobile, or WebAssembly
- you want fine-grained control over memory and quantization
When to avoid
- you need automatic differentiation for training large models
- you prefer high-level frameworks like PyTorch or TensorFlow
- you need a broad ecosystem of pretrained model loaders and tools
Facets
library · maturity stable
machine-learning llm-inference gpu-computing wasm machine-learning deep-learning large-language-models gpu-computing embedded-systems cross-platform cpp c wasm embedded tensor-library quantization inference no-dependencies simd gguf gpu
2 sources
- readme: https://github.com/ggml-org/ggml · fetched 2026-08-28 · 359c498c79a3
- homepage: https://github.com/ggml-org · fetched 2026-08-29 · ee836a233822
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ggml-org/ggml | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem