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 b951731 commit e5263d0Copy full SHA for e5263d0
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 their respective configs in the [config folder](gh-file:vllm/config))
+- All the related configs (see the `compute_hash` functions in their respective configs in the [config folder](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