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
04f2cfc8
Unverified
Commit
04f2cfc8
authored
May 01, 2025
by
sstamenk
Committed by
GitHub
May 01, 2025
Browse files
Remove duplicate code from dbrx.py (#17550)
parent
811a6c09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
vllm/model_executor/models/dbrx.py
vllm/model_executor/models/dbrx.py
+1
-5
No files found.
vllm/model_executor/models/dbrx.py
View file @
04f2cfc8
...
...
@@ -451,13 +451,9 @@ class DbrxForCausalLM(nn.Module, SupportsPP):
break
else
:
# Remapping the name of FP8 kv-scale.
name
=
maybe_remap_kv_scale_name
(
name
,
params_dict
)
if
name
is
None
:
continue
if
is_pp_missing_parameter
(
name
,
self
):
continue
# Remapping the name of FP8 kv-scale.
name
=
maybe_remap_kv_scale_name
(
name
,
params_dict
)
if
name
is
None
:
continue
...
...
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