Skip to content

Commit 44a68d3

Browse files
committed
docs: class migration from sphinx to mkdocs (compilation)
Signed-off-by: Zerohertz <ohg3417@gmail.com>
1 parent e7e77cd commit 44a68d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vllm/compilation/compiler_interface.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ def compute_hash(self, vllm_config: VllmConfig) -> str:
3939
Gather all the relevant information from the vLLM config,
4040
to compute a hash so that we can cache the compiled model.
4141
42-
See {meth}`VllmConfig.compute_hash` to check what information
42+
See [`VllmConfig.compute_hash`][vllm.config.VllmConfig.compute_hash]
43+
to check what information
4344
is already considered by default. This function should only
4445
consider the information that is specific to the compiler.
4546
"""

0 commit comments

Comments
 (0)