From 02d8f225b58b971acd5af17f600195f11695f619 Mon Sep 17 00:00:00 2001 From: PatrickCmd <6010217+PatrickCmd@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:36:44 +0000 Subject: [PATCH] docs: sync vLLM version to 0.20.2 in READMEs --- .runpod/README.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.runpod/README.md b/.runpod/README.md index 50a56743..d6ae1cc8 100644 --- a/.runpod/README.md +++ b/.runpod/README.md @@ -6,7 +6,7 @@ Run LLMs using [vLLM](https://docs.vllm.ai) with an OpenAI-compatible API [![RunPod](https://api.runpod.io/badge/runpod-workers/worker-vllm)](https://www.runpod.io/console/hub/runpod-workers/worker-vllm) -Current vLLM version: [0.22.1](https://github.com/vllm-project/vllm/releases/tag/v0.22.1) +Current vLLM version: [0.20.2](https://github.com/vllm-project/vllm/releases/tag/v0.20.2) --- diff --git a/README.md b/README.md index 16ff5214..372be508 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Deploy OpenAI-Compatible Blazing-Fast LLM Endpoints powered by the [vLLM](https: ![vLLM worker banner](https://image.runpod.ai/preview/vllm/vllm-banner.png) -Current vLLM version: [0.22.1](https://github.com/vllm-project/vllm/releases/tag/v0.22.1) +Current vLLM version: [0.20.2](https://github.com/vllm-project/vllm/releases/tag/v0.20.2) > Check out our Load Balancer implementation here: [vLLM Load Balancer](https://github.com/runpod-workers/vllm-loadbalancer-ep)