Unverified Commit 57b46d76 authored by nadathurv's avatar nadathurv Committed by GitHub
Browse files

[Doc] updating torch.compile doc link (#25989)


Signed-off-by: default avatarnadathurv <work.vnadathur@gmail.com>
Signed-off-by: default avatarWorldExplored <srreyansh.sethi@gmail.com>
Co-authored-by: default avatarSrreyansh Sethi <107075589+WorldExplored@users.noreply.github.com>
parent f48b6a03
...@@ -16,7 +16,7 @@ vLLM will take all the available factors into consideration, and decide a direct ...@@ -16,7 +16,7 @@ vLLM will take all the available factors into consideration, and decide a direct
The factors considered include: 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)) - 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) - The model's forward function and the relevant functions called by the forward function (see below)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment