mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-12 12:39:09 +08:00
Fix swapped cos/sin
This commit is contained in:
parent
5400baf42b
commit
d56cdd9cd3
@ -880,8 +880,8 @@ class rocm_aiter_ops:
|
|||||||
rope_cached_thd_positions_2c_fwd_inplace(
|
rope_cached_thd_positions_2c_fwd_inplace(
|
||||||
query_,
|
query_,
|
||||||
key_,
|
key_,
|
||||||
sin,
|
|
||||||
cos,
|
cos,
|
||||||
|
sin,
|
||||||
positions,
|
positions,
|
||||||
rotate_style,
|
rotate_style,
|
||||||
reuse_freqs_front_part=True,
|
reuse_freqs_front_part=True,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user