jiaxwang commited on
Commit
b83d14e
·
verified ·
1 Parent(s): 229447a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -120,6 +120,13 @@ The GSM8K results were obtained using the lm-eval framework, based on the
120
  Docker image `rocm/pytorch-private:vllm-hy-mm-06112026`. The vLLM shipped in
121
  that image was used as-is, with the patch from this PR ([#45794](https://github.com/vllm-project/vllm/pull/45794/changes)) applied on top.
122
 
 
 
 
 
 
 
 
123
  #### Launching server
124
  ```bash
125
  vllm serve /mnt/amd/MiniMax-M3-MXFP4 \
 
120
  Docker image `rocm/pytorch-private:vllm-hy-mm-06112026`. The vLLM shipped in
121
  that image was used as-is, with the patch from this PR ([#45794](https://github.com/vllm-project/vllm/pull/45794/changes)) applied on top.
122
 
123
+ Before running the evaluation, install the required packages:
124
+
125
+ ```bash
126
+ pip install transformers==5.12.0
127
+ pip install "lm-eval[api]"
128
+ ```
129
+
130
  #### Launching server
131
  ```bash
132
  vllm serve /mnt/amd/MiniMax-M3-MXFP4 \