approx-ml / approx

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

Installing external packages #26

Open ma7dev opened 2 years ago

ma7dev commented 2 years ago

Describe the solution you'd like Currently, we are installing torch and another type of backend in the library. However, we would like for the user to be able to install any type of backend, and approx should check if any backend exists or not.