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
743638bc
"tests/python/vscode:/vscode.git/clone" did not exist on "03406bd96d4d01b5a32378937a176cb434642519"
Unverified
Commit
743638bc
authored
Jul 31, 2025
by
Chang Su
Committed by
GitHub
Jul 31, 2025
Browse files
misc: Remove debug print to logger.info (#8633)
parent
061c8959
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 @
743638bc
...
@@ -671,7 +671,7 @@ class ModelRunner:
...
@@ -671,7 +671,7 @@ class ModelRunner:
self
.
sliding_window_size
=
self
.
model
.
get_attention_sliding_window_size
()
self
.
sliding_window_size
=
self
.
model
.
get_attention_sliding_window_size
()
elif
self
.
model_config
.
attention_chunk_size
is
not
None
:
elif
self
.
model_config
.
attention_chunk_size
is
not
None
:
self
.
sliding_window_size
=
self
.
model_config
.
attention_chunk_size
self
.
sliding_window_size
=
self
.
model_config
.
attention_chunk_size
print
(
logger
.
info
(
f
"Setting sliding_window_size to be attention_chunk_size:
{
self
.
sliding_window_size
}
"
f
"Setting sliding_window_size to be attention_chunk_size:
{
self
.
sliding_window_size
}
"
)
)
...
...
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