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
25f2f756
Commit
25f2f756
authored
Mar 25, 2026
by
zhuwenwen
Browse files
Merge branch 'v0.18.0-ori' of
http://10.16.6.30/dcutoolkit/deeplearing/vllm
into v0.18.0-ori
parents
6f1beee6
58beb740
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/model_executor/models/nano_nemotron_vl.py
vllm/model_executor/models/nano_nemotron_vl.py
+2
-2
No files found.
vllm/model_executor/models/nano_nemotron_vl.py
View file @
25f2f756
...
...
@@ -2359,7 +2359,7 @@ class NemotronH_Nano_VL_V2(
with
torch
.
no_grad
():
default_weight_loader
(
param
,
w
)
elif
is_vision_weights
(
name
):
# Convert: vision_model.radio_model.*
鈫?
radio_model.*
# Convert: vision_model.radio_model.*
→
radio_model.*
hf_key
=
name
[
len
(
"vision_model."
)
:]
# Remove "vision_model." prefix
vision_weights
.
append
((
hf_key
,
w
))
elif
is_sound_weights
(
name
):
...
...
@@ -2419,4 +2419,4 @@ class NemotronH_Nano_VL_V2(
@
classmethod
def
get_mamba_state_copy_func
(
cls
):
return
NemotronHForCausalLM
.
get_mamba_state_copy_func
()
\ No newline at end of file
return
NemotronHForCausalLM
.
get_mamba_state_copy_func
()
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