Fix link in "Inference server backends" doc (#39589)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-07-22 17:44:08 +01:00
committed by GitHub
parent 075a65657a
commit 4884b6bf41

View File

@@ -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