Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update latest version #27

Merged
merged 1 commit into from
Dec 21, 2023
Merged
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

**LATEST RELEASE: You are currently on the main branch which tracks
under-development progress towards the next release. The current release branch
is [r23.11](https://github.com/triton-inference-server/vllm_backend/tree/r23.11)
and which corresponds to the 23.11 container release on
is [r23.12](https://github.com/triton-inference-server/vllm_backend/tree/r23.12)
and which corresponds to the 23.12 container release on
[NVIDIA GPU Cloud (NGC)](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/tritonserver).**

# vLLM Backend
Expand Down Expand Up @@ -96,9 +96,9 @@ A sample command to build a Triton Server container with all options enabled is
--endpoint=grpc
--endpoint=sagemaker
--endpoint=vertex-ai
--upstream-container-version=23.10
--backend=python:r23.10
--backend=vllm:r23.10
--upstream-container-version=23.12
--backend=python:r23.12
--backend=vllm:r23.12
```

### Option 3. Add the vLLM Backend to the Default Triton Container
Expand Down
Loading