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
04d33670
Commit
04d33670
authored
Oct 30, 2024
by
zhuwenwen
Browse files
remove unused code
parent
510401e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
vllm/model_executor/models/llama.py
vllm/model_executor/models/llama.py
+0
-3
No files found.
vllm/model_executor/models/llama.py
View file @
04d33670
...
@@ -576,9 +576,6 @@ class LlamaForCausalLM(nn.Module, SupportsLoRA):
...
@@ -576,9 +576,6 @@ class LlamaForCausalLM(nn.Module, SupportsLoRA):
"mlp.down_proj.weight"
,
"mlp.down_proj.weight"
,
"lm_head.weight"
"lm_head.weight"
]
]
if
self
.
use_lm_nn
:
lay_key_words
.
append
(
"lm_head.weight"
)
combined_words
=
"|"
.
join
(
lay_key_words
)
combined_words
=
"|"
.
join
(
lay_key_words
)
...
...
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