From b951731057a696f3f79c4e8205aae4623308a206 Mon Sep 17 00:00:00 2001 From: nadathurv Date: Tue, 30 Sep 2025 14:00:11 -0700 Subject: [PATCH 1/3] fix outdated torch.compile doc. As per this PR: https://github.com/vllm-project/vllm/pull/22524, config.py is split up into different files in this folder. Signed-off-by: nadathurv --- 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 47ac4958dbf7..127768b74d7f 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) From b8a972d7c18b44c995fdf3821fda98b1a853eff2 Mon Sep 17 00:00:00 2001 From: Srreyansh Sethi <107075589+WorldExplored@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:26:03 -0700 Subject: [PATCH 2/3] Update torch_compile.md Signed-off-by: WorldExplored --- 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 127768b74d7f..10e4c7092d1e 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 their respective configs in the [config folder](gh-file:vllm/config)) +- All the related configs (see the `compute_hash` functions in their respective configs in the [config folder](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) From 9c07a00401676bd3fc06c514807f06220bd701eb Mon Sep 17 00:00:00 2001 From: nadathurv Date: Tue, 30 Sep 2025 15:01:49 -0700 Subject: [PATCH 3/3] update link Signed-off-by: nadathurv --- 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 10e4c7092d1e..127768b74d7f 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 their respective configs in the [config folder](vllm/config/)) +- 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)