approx-ml / approx

Automatic quantization library
https://approx-ml.github.io/approx/
Apache License 2.0
11 stars 1 forks source link

[RFC] Features you want to see #11

Open ma7dev opened 2 years ago

ma7dev commented 2 years ago

In this issue, you are welcome to discuss features that you want to see included in the library.

ma7dev commented 2 years ago

The currently supported operations for Dynamic Quantization based on 1 are:

We might need to look into Static Quantization as they provide coverage for nn.Conv1d/2d/3d, nn.Embedding, and Activations 1.

Another idea is that FX Graph mode will be the go-to for future development but it is under construction, so we might be able to contribute to PyTorch and utilize it in our library 2.