Skip to content

Commit

Permalink
Fix rotary_embedding.py
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-ramalingam authored Sep 5, 2024
1 parent eb91f73 commit dd29409
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sharktank/sharktank/layers/rotary_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def __init__(
self,
*,
rope_dimension_count: int,
rope_freq_base: float,
max_seqlen: int,
rope_freq_base: Optional[float] = 10000.0,
device: Optional[torch.device] = None,
Expand Down

0 comments on commit dd29409

Please sign in to comment.