Skip to content

Commit

Permalink
Merge pull request #2 from JPGoodale/main
Browse files Browse the repository at this point in the history
Fixed alphabetical ordering of tags
  • Loading branch information
JPGoodale committed Nov 7, 2023
2 parents a202e4f + 998aa2a commit 90f3856
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 24 deletions.
21 changes: 21 additions & 0 deletions compilers/ggml.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
ggml:
name: "GGMl"

image_url: none

tags:
- inference
- edge
- quantization
- apple-silicon
- tensor-library

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. "

features:
- "Optimized for Apple Silicon"
- "Robust quantization support"
- "No third-party dependencies"
- "Efficient on-device inference"
47 changes: 23 additions & 24 deletions tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,35 @@
# When possible, a tag that is already listed should be used.
# Tags must be sorted in alphabetical order.
tags:
- amd
- apple-silicon
- compilers
- container
- cupy
- distillation
- edge
- frameworks
- high-throughput
- inference
- infrastructure
- intel
- jax
- keras
- llms
- microsoft
- model-binary
- model-endpoint
- mxnet
- nvidia
- numpy
- onnx
- open-source
- orchestration
- pruning
- tensorization
- quantization
- pytorch
- tensorflow
- onnx
- open-source
- intel
- sony
- distillation
- mxnet
- microsoft
- keras
- numpy
- jax
- cupy
- inference
- compilers
- frameworks
- llms
- high-throughput
- quantization
- serving
- edge
- sony
- tensor-library
- apple-silicon
- nvidia
- amd

- tensorization
- tensorflow

0 comments on commit 90f3856

Please sign in to comment.