WYF3634076 commited on
Commit
87db954
·
verified ·
1 Parent(s): fa2883c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -116,8 +116,7 @@ print("generate_text:", generate_text)
116
 
117
  ### vLLM inference
118
 
119
- [vllm](https://github.com/vllm-project/vllm/tree/main) github library. Python-only [build](https://docs.vllm.ai/en/latest/getting_started/installation/gpu.html#set-up-using-python-only-build-without-compilation).
120
-
121
  ```bash
122
  vllm serve baidu/ERNIE-4.5-21B-A3B-PT
123
  ```
 
116
 
117
  ### vLLM inference
118
 
119
+ VLLM>=0.10.2 (excluding 0.11.0)
 
120
  ```bash
121
  vllm serve baidu/ERNIE-4.5-21B-A3B-PT
122
  ```