Update README.md
Browse filesfix: redundant python for vllm deployment.
README.md
CHANGED
|
@@ -315,7 +315,7 @@ Documentation on installing and using vLLM [can be found here](https://vllm.read
|
|
| 315 |
### Using vLLM as a server ###
|
| 316 |
When using vLLM as a server, pass the --model amazon/MistralLite parameter, for example:
|
| 317 |
```shell
|
| 318 |
-
python3
|
| 319 |
```
|
| 320 |
|
| 321 |
### Using vLLM in Python Code ###
|
|
|
|
| 315 |
### Using vLLM as a server ###
|
| 316 |
When using vLLM as a server, pass the --model amazon/MistralLite parameter, for example:
|
| 317 |
```shell
|
| 318 |
+
python3 -m vllm.entrypoints.api_server --model amazon/MistralLite
|
| 319 |
```
|
| 320 |
|
| 321 |
### Using vLLM in Python Code ###
|