Update README.md
Browse files
README.md
CHANGED
@@ -135,7 +135,8 @@ Since the Pull Request (PR) has not been submitted to the vLLM community at this
|
|
135 |
```bash
|
136 |
git clone -b v0.10.0 https://github.com/vllm-project/vllm.git
|
137 |
cd vllm
|
138 |
-
|
|
|
139 |
pip install -e .
|
140 |
```
|
141 |
|
|
|
135 |
```bash
|
136 |
git clone -b v0.10.0 https://github.com/vllm-project/vllm.git
|
137 |
cd vllm
|
138 |
+
wget https://raw.githubusercontent.com/inclusionAI/Ling-V2/refs/heads/main/inference/vllm/bailing_moe_v2.patch
|
139 |
+
git apply bailing_moe_v2.patch
|
140 |
pip install -e .
|
141 |
```
|
142 |
|