zhanghanxiao commited on
Commit
e7916eb
·
verified ·
1 Parent(s): e99cbe9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
- git apply Ling-V2/inference/vllm/bailing_moe_v2.patch
 
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