You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix rope for ascend speed
* add dim check for rope
* optimize rope using cat instead of repeat
* reimpl repeat and fix for corner case
* update device config for sum on ascend
---------
Co-authored-by: yewentao <[email protected]>
// To meet the ascend kernel requirement: the last dimension size of cos and sin is the same as the dimension size corresponding to input, use cat op to
0 commit comments