Skip to content

Commit e5263d0

Browse files
Update torch_compile.md
1 parent b951731 commit e5263d0

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 their respective configs in the [config folder](gh-file:vllm/config))
19+
- All the related configs (see the `compute_hash` functions in their respective configs in the [config folder](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)