hf_text-generation-inference/server/text_generation_server/layers/awq
Daniël de Kok 14980df2df
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-06-25 21:09:00 +02:00
..
quantize Support AWQ quantization with bias (#2117) 2024-06-25 21:09:00 +02:00
conversion_utils.py Refactor layers. (#1866) 2024-05-13 12:44:30 +02:00