Update README.md
Browse files
README.md
CHANGED
|
@@ -65,6 +65,7 @@ The GSM8K results were obtained using the `lm-evaluation-harness` framework, bas
|
|
| 65 |
|
| 66 |
#### Preparation in container
|
| 67 |
```
|
|
|
|
| 68 |
git clone https://github.com/vllm-project/vllm.git
|
| 69 |
cd vllm
|
| 70 |
git checkout 74c583bc508c2dafb9e95bab3b635884e4a021f3
|
|
@@ -72,6 +73,7 @@ pip install -r requirements/rocm.txt
|
|
| 72 |
python setup.py develop
|
| 73 |
cd ..
|
| 74 |
|
|
|
|
| 75 |
git clone --recursive https://github.com/EleutherAI/lm-evaluation-harness.git
|
| 76 |
cd lm-evaluation-harness
|
| 77 |
git checkout 3ac28fc5782dc1b3cc62ae4337b1aaf8d0065bef
|
|
|
|
| 65 |
|
| 66 |
#### Preparation in container
|
| 67 |
```
|
| 68 |
+
# installl vLLM
|
| 69 |
git clone https://github.com/vllm-project/vllm.git
|
| 70 |
cd vllm
|
| 71 |
git checkout 74c583bc508c2dafb9e95bab3b635884e4a021f3
|
|
|
|
| 73 |
python setup.py develop
|
| 74 |
cd ..
|
| 75 |
|
| 76 |
+
# install lm-eval
|
| 77 |
git clone --recursive https://github.com/EleutherAI/lm-evaluation-harness.git
|
| 78 |
cd lm-evaluation-harness
|
| 79 |
git checkout 3ac28fc5782dc1b3cc62ae4337b1aaf8d0065bef
|