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)