diff --git a/compilers/ggml.yaml b/compilers/ggml.yaml index 641c80c..114cf77 100644 --- a/compilers/ggml.yaml +++ b/compilers/ggml.yaml @@ -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" \ No newline at end of file + - "Efficient on-device inference"