We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48b6a0 commit 57b46d7Copy full SHA for 57b46d7
docs/design/torch_compile.md
@@ -16,7 +16,7 @@ vLLM will take all the available factors into consideration, and decide a direct
16
17
The factors considered include:
18
19
-- 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))
20
- PyTorch configs (see the `compute_hash` functions in the [compiler_interface.py](gh-file:vllm/compilation/compiler_interface.py))
21
- The model's forward function and the relevant functions called by the forward function (see below)
22
0 commit comments