Skip to main content

AtomQuant: Quantization For Human.

Project description

Atom Quant

Atom Quant AKA: aq is a easy quantization lib supports most decent and fashion quantization method through torch.fx. Unlike original pytorch fx quantization support, we add a fully deploy chain from PTQ and QAT quantization to exporting onnx and then shiping to target inference framework.

atomquant can be easily use to quant any model without a specific dataloader or evaluator, you can even evaluator quantization performance without any GT.

We also support different quantization from vendor package, such as onnxruntime, pytorch_quantization, make it more easy to use and with fully examples.

There are 3 main components in atomquant:

  • onnx: directly quantize on onnx model (via onnxruntime);
  • atom: Our built-in quantization method;
  • tensorrt: Quantization specific for convert to TensorRT engine usage;

Install

atomquant can be installed via:

pip install atomquant

Model Zoo

Here, we provide some models quantized for coco, it devided into CPU use, or TensorRT use. Related training code also available:

Examples

  1. Quant Classification

  2. Quant GPT3

  3. Quant VITS

  4. Quant AlphaPose

  5. Quant YOLOv7

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atomquant-0.0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page