Skip to content

Commit

Permalink
fix: resolve the fp8 bug introduced by vLLM 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs committed Aug 31, 2024
1 parent 51c554d commit d2050a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sglang/srt/models/deepseek_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ def load_weights(self, weights: Iterable[Tuple[str, torch.Tensor]]):
weight_loader(
param,
loaded_weight,
weight_name,
name,
shard_id=shard_id,
expert_id=expert_id,
)
Expand Down

0 comments on commit d2050a2

Please sign in to comment.