Lin-K76 commited on
Commit
d230acb
1 Parent(s): 2647e26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -20,6 +20,7 @@ license_link: https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/LICENSE
20
  - **Out-of-scope:** Use in any manner that violates applicable laws or regulations (including trade compliance laws). Use in languages other than English.
21
  - **Release Date:** 6/8/2024
22
  - **Version:** 1.0
 
23
  - **Model Developers:** Neural Magic
24
 
25
  Quantized version of [Qwen2-72B-Instruct](https://huggingface.co/Qwen/Qwen2-72B-Instruct).
@@ -30,7 +31,7 @@ It achieves an average score of 80.34 on the [OpenLLM](https://huggingface.co/sp
30
  This model was obtained by quantizing the weights and activations of [Qwen2-72B-Instruct](https://huggingface.co/Qwen/Qwen2-72B-Instruct) to FP8 data type, ready for inference with vLLM >= 0.5.0.
31
  This optimization reduces the number of bits per parameter from 16 to 8, reducing the disk size and GPU memory requirements by approximately 50%.
32
 
33
- 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.
34
  [AutoFP8](https://github.com/neuralmagic/AutoFP8) is used for quantization with 512 sequences of UltraChat.
35
 
36
  ## Deployment
 
20
  - **Out-of-scope:** Use in any manner that violates applicable laws or regulations (including trade compliance laws). Use in languages other than English.
21
  - **Release Date:** 6/8/2024
22
  - **Version:** 1.0
23
+ - **License(s):** [tongyi-qianwen](https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/LICENSE)
24
  - **Model Developers:** Neural Magic
25
 
26
  Quantized version of [Qwen2-72B-Instruct](https://huggingface.co/Qwen/Qwen2-72B-Instruct).
 
31
  This model was obtained by quantizing the weights and activations of [Qwen2-72B-Instruct](https://huggingface.co/Qwen/Qwen2-72B-Instruct) to FP8 data type, ready for inference with vLLM >= 0.5.0.
32
  This optimization reduces the number of bits per parameter from 16 to 8, reducing the disk size and GPU memory requirements by approximately 50%.
33
 
34
+ Only the weights and activations of the linear operators within transformers blocks are quantized. Symmetric per-tensor quantization is applied, in which a single linear scaling maps the FP8 representations of the quantized weights and activations.
35
  [AutoFP8](https://github.com/neuralmagic/AutoFP8) is used for quantization with 512 sequences of UltraChat.
36
 
37
  ## Deployment