[CI] upgrade to newest pta (#187)
Upgrade to newest torch-npu Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com> Co-authored-by: angazenn <zengyanjia@huawei.com>
This commit is contained in:
@@ -42,7 +42,7 @@ def rope_forward_oot(
|
||||
# TODO: Remove the contiguous in the future.
|
||||
query = query.contiguous()
|
||||
key = key.contiguous()
|
||||
torch_npu.npu_rope(
|
||||
torch_npu._npu_rotary_embedding(
|
||||
positions,
|
||||
query,
|
||||
key,
|
||||
|
||||
Reference in New Issue
Block a user