add vllm note
Browse files
README.md
CHANGED
|
@@ -75,4 +75,5 @@ lighteval vllm $MODEL_ARGS "custom|aime24|0|0,custom|math_500|0|0,custom|gpqa:di
|
|
| 75 |
--custom-tasks src/open_r1/evaluate.py \
|
| 76 |
--use-chat-template \
|
| 77 |
--output-dir $OUTPUT_DIR
|
| 78 |
-
```
|
|
|
|
|
|
| 75 |
--custom-tasks src/open_r1/evaluate.py \
|
| 76 |
--use-chat-template \
|
| 77 |
--output-dir $OUTPUT_DIR
|
| 78 |
+
```
|
| 79 |
+
Please use this version of vLLM: https://github.com/vllm-project/vllm/pull/16038
|