Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
fd9f1249
Unverified
Commit
fd9f1249
authored
Nov 19, 2024
by
Russell Bryant
Committed by
GitHub
Nov 19, 2024
Browse files
[Doc] fix link for page that was renamed (#10455)
Signed-off-by:
Russell Bryant
<
rbryant@redhat.com
>
parent
1ea291a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/model_loader/loader.py
vllm/model_executor/model_loader/loader.py
+1
-1
No files found.
vllm/model_executor/model_loader/loader.py
View file @
fd9f1249
...
...
@@ -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 "
"input arguments. Possibly you have an old-style model class"
" 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."
)
logger
.
warning
(
msg
)
logger
.
warning
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment