jiaxwang commited on
Commit
bbf15c4
·
verified ·
1 Parent(s): 2776456

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -77,9 +77,11 @@ The model was evaluated on gsm8k benchmarks using the [vllm](https://github.com/
77
 
78
  ### Reproduction
79
 
80
- The GSM8K results were obtained using the vLLM framework, based on the Docker image `rocm/vllm-dev:nightly`, and vLLM is installed inside the container.
81
 
82
  #### Preparation in container
 
 
83
  ```
84
  # Install vLLM code repo
85
  git clone https://github.com/vllm-project/vllm.git
 
77
 
78
  ### Reproduction
79
 
80
+ The GSM8K results were obtained using the vLLM framework, based on the Docker image `rocm/vllm-dev:nightly_main_20260211`, and vLLM is installed inside the container.
81
 
82
  #### Preparation in container
83
+
84
+ To download the evaluation script, reinstallation is not required.
85
  ```
86
  # Install vLLM code repo
87
  git clone https://github.com/vllm-project/vllm.git