Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Refer to the [vLLM Server API](/api/local_language_model_clients/vLLM) for setti
```bash
#Example vLLM Server Launch

python -m vllm.entrypoints.api_server --model meta-llama/Llama-2-7b-hf --port 8080
python -m vllm.entrypoints.openai.api_server --model meta-llama/Llama-2-7b-hf --port 8080
```

This command will start the server and make it accessible at `http://localhost:8080`.
Expand Down Expand Up @@ -79,4 +79,4 @@ print(response)

***

<AuthorDetails name="Arnav Singhvi"/>
<AuthorDetails name="Arnav Singhvi"/>