Skip to content

Commit 57b46d7

Browse files
nadathurvWorldExplored
andauthored
[Doc] updating torch.compile doc link (#25989)
Signed-off-by: nadathurv <[email protected]> Signed-off-by: WorldExplored <[email protected]> Co-authored-by: Srreyansh Sethi <[email protected]>
1 parent f48b6a0 commit 57b46d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/torch_compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ vLLM will take all the available factors into consideration, and decide a direct
1616

1717
The factors considered include:
1818

19-
- All the related configs (see the `compute_hash` functions in the [config.py](gh-file:vllm/config.py))
19+
- All the related configs (see the `compute_hash` functions in their respective configs in the [config folder](gh-file:vllm/config))
2020
- PyTorch configs (see the `compute_hash` functions in the [compiler_interface.py](gh-file:vllm/compilation/compiler_interface.py))
2121
- The model's forward function and the relevant functions called by the forward function (see below)
2222

0 commit comments

Comments
 (0)