approx-ml / approx

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

Implement `approx.auto_cast_all()` and test #3

Closed ma7dev closed 2 years ago

ma7dev commented 2 years ago

The ability to run approx.auto_cast_all() to auto-cast everything in the model (similar to what PyTorch has)

bushshrub commented 2 years ago

Let's actually drop this since it's unfeasible and has been replaced with the smarter auto_quantize feature in #16

ma7dev commented 2 years ago

Good point. I will close this issue.