Skip to content

Commit

Permalink
[Misc] Use RoPE cache for MRoPE (vllm-project#8396)
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosukKwon authored Sep 12, 2024
1 parent 295c473 commit 42ffba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/layers/rotary_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ def get_rope(
base, is_neox_style, dtype, short_factor, long_factor,
**extra_kwargs)
elif scaling_type == "mrope":
return MRotaryEmbedding(
rotary_emb = MRotaryEmbedding(
head_size,
rotary_dim,
max_position,
Expand Down

0 comments on commit 42ffba1

Please sign in to comment.