Unverified Commit fd9f1249 authored by Russell Bryant's avatar Russell Bryant Committed by GitHub
Browse files

[Doc] fix link for page that was renamed (#10455)


Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
parent 1ea291a4
...@@ -105,7 +105,7 @@ def _initialize_model(vllm_config: VllmConfig, prefix: str = "") -> nn.Module: ...@@ -105,7 +105,7 @@ def _initialize_model(vllm_config: VllmConfig, prefix: str = "") -> nn.Module:
msg = ("vLLM model class should accept `vllm_config` and `prefix` as " msg = ("vLLM model class should accept `vllm_config` and `prefix` as "
"input arguments. Possibly you have an old-style model class" "input arguments. Possibly you have an old-style model class"
" registered from out of tree and it is used for new vLLM version. " " registered from out of tree and it is used for new vLLM version. "
"Check https://docs.vllm.ai/en/latest/design/class_hierarchy.html " "Check https://docs.vllm.ai/en/latest/design/arch_overview.html "
"for the design and update the model class accordingly.") "for the design and update the model class accordingly.")
logger.warning(msg) logger.warning(msg)
logger.warning( logger.warning(
......
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