RandomTao commited on
Commit
9de1c21
1 Parent(s): 721ca55

[Doc] Update vllm minimun version

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -128,7 +128,7 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
128
  For deployment, we recommend using vLLM.
129
  * **Install vLLM**: You can install vLLM by running the following command.
130
  ```bash
131
- pip install "vllm>=0.4.3"
132
  ```
133
  * **Model Deployment**: Use vLLM to deploy your model. For example, you can use the command to set up a server similar to openAI:
134
  ```bash
 
128
  For deployment, we recommend using vLLM.
129
  * **Install vLLM**: You can install vLLM by running the following command.
130
  ```bash
131
+ pip install "vllm>=0.5.5"
132
  ```
133
  * **Model Deployment**: Use vLLM to deploy your model. For example, you can use the command to set up a server similar to openAI:
134
  ```bash