zhanghanxiao commited on
Commit
1d1ad8c
·
verified ·
1 Parent(s): 5206936

Update README.md

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