Update README.md
Browse files
README.md
CHANGED
|
@@ -146,7 +146,8 @@ Since the Pull Request (PR) has not been submitted to the vLLM community at this
|
|
| 146 |
```bash
|
| 147 |
git clone -b v0.10.0 https://github.com/vllm-project/vllm.git
|
| 148 |
cd vllm
|
| 149 |
-
|
|
|
|
| 150 |
pip install -e .
|
| 151 |
```
|
| 152 |
|
|
|
|
| 146 |
```bash
|
| 147 |
git clone -b v0.10.0 https://github.com/vllm-project/vllm.git
|
| 148 |
cd vllm
|
| 149 |
+
wget https://raw.githubusercontent.com/inclusionAI/Ling-V2/refs/heads/main/inference/vllm/bailing_moe_v2.patch
|
| 150 |
+
git apply bailing_moe_v2.patch
|
| 151 |
pip install -e .
|
| 152 |
```
|
| 153 |
|