mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-25 05:29:12 +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(
|
||||
query_,
|
||||
key_,
|
||||
sin,
|
||||
cos,
|
||||
sin,
|
||||
positions,
|
||||
rotate_style,
|
||||
reuse_freqs_front_part=True,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user