summaryrefslogtreecommitdiff
path: root/misc/ggml/pkg-descr
blob: 611fa3ef39ae5298d50ee4c0a6cfa22fa04d8eba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
ggml is a tensor library for machine learning.

Features:
* Written in C
* 16-bit float support
* Integer quantization support (4-bit, 5-bit, 8-bit, etc.)
* Automatic differentiation
* ADAM and L-BFGS optimizers
* Optimized for Apple Silicon
* On x86 architectures utilizes AVX / AVX2 intrinsics
* On ppc64 architectures utilizes VSX intrinsics
* No third-party dependencies
* Zero memory allocations during runtime