Lin-K76 commited on
Commit
efe1ced
1 Parent(s): 4862bb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -4,7 +4,7 @@ tags:
4
  - vllm
5
  license: other
6
  license_name: deepseek-license
7
- license_link: LICENSE
8
  ---
9
 
10
  # DeepSeek-Coder-V2-Lite-Instruct-FP8
@@ -20,6 +20,7 @@ license_link: 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:** 7/18/2024
22
  - **Version:** 1.0
 
23
  - **Model Developers:** Neural Magic
24
 
25
  Quantized version of [DeepSeek-Coder-V2-Lite-Instruct](https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct).
@@ -31,7 +32,7 @@ It achieves an average score of 79.60 on the [HumanEval+](https://github.com/ope
31
  This model was obtained by quantizing the weights and activations of [DeepSeek-Coder-V2-Lite-Instruct](https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct) to FP8 data type, ready for inference with vLLM >= 0.5.2.
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 linear scaling per output dimension 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
 
4
  - vllm
5
  license: other
6
  license_name: deepseek-license
7
+ license_link: https://github.com/deepseek-ai/DeepSeek-Coder-V2/blob/main/LICENSE-MODEL
8
  ---
9
 
10
  # DeepSeek-Coder-V2-Lite-Instruct-FP8
 
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:** 7/18/2024
22
  - **Version:** 1.0
23
+ - **License(s):** [deepseek-license](https://github.com/deepseek-ai/DeepSeek-Coder-V2/blob/main/LICENSE-MODEL)
24
  - **Model Developers:** Neural Magic
25
 
26
  Quantized version of [DeepSeek-Coder-V2-Lite-Instruct](https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct).
 
32
  This model was obtained by quantizing the weights and activations of [DeepSeek-Coder-V2-Lite-Instruct](https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct) to FP8 data type, ready for inference with vLLM >= 0.5.2.
33
  This optimization reduces the number of bits per parameter from 16 to 8, reducing the disk size and GPU memory requirements by approximately 50%.
34
 
35
+ 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.
36
  [AutoFP8](https://github.com/neuralmagic/AutoFP8) is used for quantization with 512 sequences of UltraChat.
37
 
38
  ## Deployment