Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
c996e8cc
Unverified
Commit
c996e8cc
authored
Oct 08, 2024
by
Amos You
Committed by
GitHub
Oct 08, 2024
Browse files
[Minor] Fix logging typo (#1615)
parent
7b69d91b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/model_executor/model_runner.py
python/sglang/srt/model_executor/model_runner.py
+1
-1
No files found.
python/sglang/srt/model_executor/model_runner.py
View file @
c996e8cc
...
@@ -95,7 +95,7 @@ class ModelRunner:
...
@@ -95,7 +95,7 @@ class ModelRunner:
self
.
model_config
.
attention_arch
==
AttentionArch
.
MLA
self
.
model_config
.
attention_arch
==
AttentionArch
.
MLA
and
not
self
.
server_args
.
disable_mla
and
not
self
.
server_args
.
disable_mla
):
):
logger
.
info
(
"MLA optimization is tu
n
red on. Use triton backend."
)
logger
.
info
(
"MLA optimization is tur
n
ed on. Use triton backend."
)
self
.
server_args
.
attention_backend
=
"triton"
self
.
server_args
.
attention_backend
=
"triton"
if
self
.
is_multimodal_model
:
if
self
.
is_multimodal_model
:
...
...
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