zengliangcs commited on
Commit
9cad5da
·
verified ·
1 Parent(s): a5c0d93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -113,8 +113,8 @@ Resolved by Time
113
 
114
  ### Install vLLM package
115
  ```
116
- # The version of vLLM should be 0.9.0.1, and you should write the installation command based on your CUDA version.
117
- # For example, if your CUDA version is 12.8, you can use the command below to install.
118
  pip install vllm==0.9.0.1 --extra-index-url https://download.pytorch.org/whl/cu128
119
  ```
120
 
 
113
 
114
  ### Install vLLM package
115
  ```
116
+ # Install vLLM version 0.9.0.1.
117
+ # For example, if your CUDA version is 12.8, use the following command:
118
  pip install vllm==0.9.0.1 --extra-index-url https://download.pytorch.org/whl/cu128
119
  ```
120