From b9ed8c9679ebd0bb63f5de8801aeb98e011f4b80 Mon Sep 17 00:00:00 2001 From: nadathurv Date: Wed, 1 Oct 2025 00:04:56 -0700 Subject: [PATCH] [Doc] updating torch.compile doc link (#25989) Signed-off-by: nadathurv Signed-off-by: WorldExplored Co-authored-by: Srreyansh Sethi <107075589+WorldExplored@users.noreply.github.com> Signed-off-by: yewentao256 --- docs/design/torch_compile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/torch_compile.md b/docs/design/torch_compile.md index 47ac4958dbf7f..127768b74d7fe 100644 --- a/docs/design/torch_compile.md +++ b/docs/design/torch_compile.md @@ -16,7 +16,7 @@ vLLM will take all the available factors into consideration, and decide a direct The factors considered include: -- All the related configs (see the `compute_hash` functions in the [config.py](gh-file:vllm/config.py)) +- All the related configs (see the `compute_hash` functions in their respective configs in the [config folder](gh-file:vllm/config)) - PyTorch configs (see the `compute_hash` functions in the [compiler_interface.py](gh-file:vllm/compilation/compiler_interface.py)) - The model's forward function and the relevant functions called by the forward function (see below)