From 78dcf56cb31f8abb7d9ae3ba02ce9822eba34820 Mon Sep 17 00:00:00 2001 From: Reid <61492567+reidliu41@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:13:50 +0800 Subject: [PATCH] [doc] small fix (#19167) Signed-off-by: reidliu41 Co-authored-by: reidliu41 --- docs/models/extensions/tensorizer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models/extensions/tensorizer.md b/docs/models/extensions/tensorizer.md index b6feb405c6ca..e0b4479c0beb 100644 --- a/docs/models/extensions/tensorizer.md +++ b/docs/models/extensions/tensorizer.md @@ -10,7 +10,7 @@ shorter Pod startup times and CPU memory usage. Tensor encryption is also suppor For more information on CoreWeave's Tensorizer, please refer to [CoreWeave's Tensorizer documentation](https://github.com/coreweave/tensorizer). For more information on serializing a vLLM model, as well a general usage guide to using Tensorizer with vLLM, see -the [vLLM example script](https://docs.vllm.ai/en/latest/examples/tensorize_vllm_model.html). +the [vLLM example script](https://docs.vllm.ai/en/latest/examples/others/tensorize_vllm_model.html). !!! note Note that to use this feature you will need to install `tensorizer` by running `pip install vllm[tensorizer]`.