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