zhanghanxiao commited on
Commit
45ea74f
·
verified ·
1 Parent(s): 56c261e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -139,7 +139,8 @@ Since the Pull Request (PR) has not been submitted to the vLLM community at this
139
  ```bash
140
  git clone -b v0.10.0 https://github.com/vllm-project/vllm.git
141
  cd vllm
142
- git apply Ling-V2/inference/vllm/bailing_moe_v2.patch
 
143
  pip install -e .
144
  ```
145
 
 
139
  ```bash
140
  git clone -b v0.10.0 https://github.com/vllm-project/vllm.git
141
  cd vllm
142
+ wget https://raw.githubusercontent.com/inclusionAI/Ling-V2/refs/heads/main/inference/vllm/bailing_moe_v2.patch
143
+ git apply bailing_moe_v2.patch
144
  pip install -e .
145
  ```
146