".github/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "e64784cdea465d833d9d0f66dc73d7abe217933d"
Support AWQ quantization with bias (#2117)
When the AWQ quantizer was used with a layer that uses a bias, the bias tensor was not correctly passed/used. Instead, the value `true`/`1.0` was added to the linear transformation. Correctly pass through the bias when it is not `None`. Fixes #2106.
Showing
Please register or sign in to comment