#87 · Primary category: Deep Learning Frameworks
aimet
AIMET is a library that provides advanced quantization and compression techniques for trained neural network models.
Project last updated:08/28/26
GitHub Stars
2.7K
Forks
460
Contributors
101
License
Other
Why we included this project
A trained PyTorch or ONNX model that is too slow or heavy to run on a phone or laptop is a common bottleneck, and AIMET targets that problem directly. The toolkit applies post-training and fine-tuning techniques for quantization and compression, cutting memory footprint and compute load while keeping accuracy loss modest. It also offers pruning, mixed-precision, and blockwise quantization, so you can adjust bit-width per layer instead of accepting a single global setting. Workflows are hands-on: you can simulate the quantized model, iterate on calibration, then export a deployable ONNX file for ONNX Runtime or Qualcomm's QNN. That makes it a strong option for teams preparing existing models for edge deployment who want to manage the accuracy-versus-efficiency trade-off.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.