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
52cefdbf
"vscode:/vscode.git/clone" did not exist on "9d90faf0b9ce7b312f05e3ddcc505e39242b74d2"
Unverified
Commit
52cefdbf
authored
Sep 01, 2024
by
Yineng Zhang
Committed by
GitHub
Sep 01, 2024
Browse files
fix: resolve the fp8 bug introduced by vLLM 0.5.5 (#1276)
parent
51c554d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/models/deepseek_v2.py
python/sglang/srt/models/deepseek_v2.py
+1
-1
No files found.
python/sglang/srt/models/deepseek_v2.py
View file @
52cefdbf
...
@@ -695,7 +695,7 @@ class DeepseekV2ForCausalLM(nn.Module):
...
@@ -695,7 +695,7 @@ class DeepseekV2ForCausalLM(nn.Module):
weight_loader
(
weight_loader
(
param
,
param
,
loaded_weight
,
loaded_weight
,
weight_
name
,
name
,
shard_id
=
shard_id
,
shard_id
=
shard_id
,
expert_id
=
expert_id
,
expert_id
=
expert_id
,
)
)
...
...
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