From 4884b6bf41f26eb4f894214dc3ae34f80dbed9dd Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Tue, 22 Jul 2025 17:44:08 +0100 Subject: [PATCH] Fix link in "Inference server backends" doc (#39589) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- docs/source/en/transformers_as_backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/transformers_as_backend.md b/docs/source/en/transformers_as_backend.md index 6781783d83..422cc4a121 100644 --- a/docs/source/en/transformers_as_backend.md +++ b/docs/source/en/transformers_as_backend.md @@ -40,7 +40,7 @@ vllm serve meta-llama/Llama-3.2-1B \ --model-impl transformers ``` -Refer to the [vLLM docs](https://docs.vllm.ai/en/latest/models/transformers_backend.html) for more usage examples and tips on using a Transformers as the backend. +Refer to the [vLLM docs](https://docs.vllm.ai/en/latest/models/supported_models.html#transformers) for more usage examples and tips on using a Transformers as the backend. ## SGLang