Skip to content

Commit

Permalink
Update ggml.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JPGoodale committed Nov 8, 2023
1 parent 894e889 commit d10370a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compilers/ggml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ ggml:

url: https://ggml.ai

description: "GGML: GGML is a minimal, C-based tensor library focussed on providing efficient training and inference for popular models on commodity hardware, specifically Apple silicon. It has a number of features that make it ideal for edge deployment such as integer quantization ranging from 8-bit quantization all the way to 4-bit, no third-party dependencies, zero memory allocations at runtime, and support for WebAssembly and WASM SIMD for running in the browser. "
description: "GGML is a minimal, C-based tensor library focussed on providing efficient training and inference for popular models on commodity hardware, specifically Apple silicon. It has a number of features that make it ideal for edge deployment such as integer quantization ranging from 8-bit quantization all the way to 4-bit, no third-party dependencies, zero memory allocations at runtime, and support for WebAssembly and WASM SIMD for running in the browser. "

features:
- "Optimized for Apple Silicon"
- "Robust quantization support"
- "No third-party dependencies"
- "Efficient on-device inference"
- "Efficient on-device inference"

0 comments on commit d10370a

Please sign in to comment.