README / README.md
reach-vb's picture
reach-vb HF staff
Update README.md
7f71e78 verified
|
raw
history blame
767 Bytes
metadata
title: README
emoji: πŸ“ˆ
colorFrom: indigo
colorTo: gray
sdk: static
pinned: false

GGML - AI at the edge

ggml is a tensor library for machine learning to enable large models and high performance on commodity hardware. It is used by llama.cpp and whisper.cpp

Written in C

  • 16-bit float support
  • Integer quantization support (e.g. 4-bit, 5-bit, 8-bit)
  • Automatic differentiation
  • Built-in optimization algorithms (e.g. ADAM, L-BFGS)
  • Optimized for Apple Silicon
  • On x86 architectures utilizes AVX / AVX2 intrinsics
  • Web support via WebAssembly and WASM SIMD
  • No third-party dependencies
  • Zero memory allocations during runtime
  • Guided language output support