Update rope_embedding.py
This commit is contained in:
parent
0ab731d40b
commit
4076dc49cb
1 changed files with 3 additions and 3 deletions
|
|
@ -25,9 +25,9 @@ def _rope_embedding(
|
|||
cos, cos_row_stride,
|
||||
sin, sin_row_stride,
|
||||
seqlen,
|
||||
head_dim : tl.constexpr,
|
||||
n_heads : tl.constexpr,
|
||||
BACKWARD_PASS : tl.constexpr,
|
||||
head_dim,
|
||||
n_heads,
|
||||
BACKWARD_PASS,
|
||||
BLOCK_SIZE : tl.constexpr,
|
||||
):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue