text-generation-inference/server/text_generation_server/layers/awq
Daniël de Kok 18a8364d94 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.
2024-09-24 03:55:04 +00:00
..
quantize Support AWQ quantization with bias (#2117) 2024-09-24 03:55:04 +00:00
conversion_utils.py Refactor layers. (#1866) 2024-07-17 05:36:58 +00:00