Update README.md
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ base_model:
|
|
| 16 |
- **Operating System(s):** Linux
|
| 17 |
- **Inference Engine:** [vLLM](https://docs.vllm.ai/en/latest/)
|
| 18 |
- **Model Optimizer:** [AMD-Quark](https://quark.docs.amd.com/latest/index.html)
|
| 19 |
-
- **Weight quantization:** OCP MXFP4, Static
|
| 20 |
-
- **Activation quantization:** OCP MXFP4, Dynamic
|
| 21 |
- **Calibration Dataset:** [Pile](https://huggingface.co/datasets/mit-han-lab/pile-val-backup)
|
| 22 |
|
| 23 |
This model was built with Kimi-K2-Thinking model by applying [AMD-Quark](https://quark.docs.amd.com/latest/index.html) for MXFP4 quantization.
|
|
@@ -75,13 +75,10 @@ The model was evaluated on GSM8K benchmarks.
|
|
| 75 |
</table>
|
| 76 |
|
| 77 |
### Reproduction
|
| 78 |
-
The GSM8K results were obtained using the [lm-evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness.git) framework, based on the Docker image `rocm/vllm-dev:base`, with vLLM and lm-eval compiled and installed from source inside the container.
|
| 79 |
|
| 80 |
-
|
| 81 |
-
-
|
| 82 |
-
|
| 83 |
-
- **lm-evaluation-harness:** [4b74ec1268267ea2ea83893400d7013df30507af](https://github.com/EleutherAI/lm-evaluation-harness/commit/4b74ec1268267ea2ea83893400d7013df30507af)
|
| 84 |
-
- tips: Remove the 'hf' and 'vllm' optional dependency lines from pyproject.toml in the lm-evaluation-harness repository to prevent installation errors.
|
| 85 |
|
| 86 |
#### Launching server
|
| 87 |
```
|
|
|
|
| 16 |
- **Operating System(s):** Linux
|
| 17 |
- **Inference Engine:** [vLLM](https://docs.vllm.ai/en/latest/)
|
| 18 |
- **Model Optimizer:** [AMD-Quark](https://quark.docs.amd.com/latest/index.html)
|
| 19 |
+
- **Weight quantization:** MOE-only, OCP MXFP4, Static
|
| 20 |
+
- **Activation quantization:** MOE-only, OCP MXFP4, Dynamic
|
| 21 |
- **Calibration Dataset:** [Pile](https://huggingface.co/datasets/mit-han-lab/pile-val-backup)
|
| 22 |
|
| 23 |
This model was built with Kimi-K2-Thinking model by applying [AMD-Quark](https://quark.docs.amd.com/latest/index.html) for MXFP4 quantization.
|
|
|
|
| 75 |
</table>
|
| 76 |
|
| 77 |
### Reproduction
|
|
|
|
| 78 |
|
| 79 |
+
GSM8K evaluation was conducted using the lm-evaluation-harness framework within the Docker image `rocm/vllm-dev:base`. The inference backend was vLLM, built from source at commit [cbbae38f9368b6c35d9b9295bf4ceee1e6452750](https://github.com/vllm-project/vllm/commit/cbbae38f9368b6c35d9b9295bf4ceee1e6452750).
|
| 80 |
+
To ensure reproducibility and to avoid environment and dependency inconsistencies, we relied on the Docker-prebuilt `lm-evaluation-harness`, corresponding to commit [4b74ec1268267ea2ea83893400d7013df30507af](https://github.com/EleutherAI/lm-evaluation-harness/commit/4b74ec1268267ea2ea83893400d7013df30507af).
|
| 81 |
+
|
|
|
|
|
|
|
| 82 |
|
| 83 |
#### Launching server
|
| 84 |
```
|