Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ It achieves an average score of 78.47 on the [OpenLLM](https://huggingface.co/sp
|
|
27 |
This model was obtained by quantizing the weights and activations of [Mixtral-8x22B-Instruct-v0.1](mistralai/Mixtral-8x22B-Instruct-v0.1) to FP8 data type, ready for inference with vLLM >= 0.5.0.
|
28 |
This optimization reduces the number of bits per parameter from 16 to 8, reducing the disk size and GPU memory requirements by approximately 50%.
|
29 |
|
30 |
-
Only the weights and activations of the linear operators within transformers blocks are quantized. Symmetric per-
|
31 |
[AutoFP8](https://github.com/neuralmagic/AutoFP8) is used for quantization with 512 sequences of UltraChat.
|
32 |
|
33 |
## Deployment
|
|
|
27 |
This model was obtained by quantizing the weights and activations of [Mixtral-8x22B-Instruct-v0.1](mistralai/Mixtral-8x22B-Instruct-v0.1) to FP8 data type, ready for inference with vLLM >= 0.5.0.
|
28 |
This optimization reduces the number of bits per parameter from 16 to 8, reducing the disk size and GPU memory requirements by approximately 50%.
|
29 |
|
30 |
+
Only the weights and activations of the linear operators within transformers blocks are quantized. Symmetric per-tensor quantization is applied, in which a linear scaling per output dimension maps the FP8 representations of the quantized weights and activations.
|
31 |
[AutoFP8](https://github.com/neuralmagic/AutoFP8) is used for quantization with 512 sequences of UltraChat.
|
32 |
|
33 |
## Deployment
|