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
14c3e6ad
Unverified
Commit
14c3e6ad
authored
Dec 21, 2025
by
Kevin McKay
Committed by
GitHub
Dec 21, 2025
Browse files
[Misc] Fix spelling typos in model comments (#31117)
Signed-off-by:
c0de128
<
kevin.mckay@outlook.com
>
parent
42b42824
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vllm/model_executor/models/config.py
vllm/model_executor/models/config.py
+1
-1
vllm/model_executor/models/qwen3_omni_moe_thinker.py
vllm/model_executor/models/qwen3_omni_moe_thinker.py
+1
-1
No files found.
vllm/model_executor/models/config.py
View file @
14c3e6ad
...
...
@@ -401,7 +401,7 @@ class HybridAttentionMambaModelConfig(VerifyAndUpdateConfig):
# of attention tokens that would fit mamba_page_size:
# e.g. for mamba page size = 788kB
# attn_1_token = 2kB -> fits ~394 tokens
# then round up to a mul
i
tple of 256 -> 512 tokens
# then round up to a mult
i
ple of 256 -> 512 tokens
# End result:
# attn_block_size = 512
# mamba_block_size = 512 (aligned to a multiple of chunk_size)
...
...
vllm/model_executor/models/qwen3_omni_moe_thinker.py
View file @
14c3e6ad
...
...
@@ -323,7 +323,7 @@ class Qwen3Omni_VisionTransformer(nn.Module):
hidden_size
=
self
.
hidden_size
,
)
# vit pos embeding, TODO: spatial_patch_size vs patch_size
# vit pos embed
d
ing, TODO: spatial_patch_size vs patch_size
if
self
.
apply_vit_abs_pos_embed
:
self
.
pos_embed
=
nn
.
Embedding
(
self
.
num_grid_per_side
**
2
,
self
.
hidden_size
)
else
:
...
...
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