brevitas icon indicating copy to clipboard operation
brevitas copied to clipboard

Brevitas: neural network quantization in PyTorch

Results 214 brevitas issues
Sort by recently updated
recently updated
newest added

Currently, if a layer doesn't have a bias, and `skip_if_no_bias=False` and the parameters of the current module are being offloaded with `accelerate`, applying bias correction fails with the following error:...

Addressing issues in #906, #958 by simply removing `python=3.8` from tests and adding `python=3.10`.

Noticed in tests for #956, when OS=`macosx-latest` & `torch==1.9.1`, `pip` fails find the necessary dependencies (specifically, `torch==1.9.1`). It is particularly weird because manually searching pypi.org shows that this build [does...