Skip to content

Commit

Permalink
line was too long
Browse files Browse the repository at this point in the history
  • Loading branch information
larascipio authored and bdvllrs committed Jul 30, 2024
1 parent 61d0c7e commit a5b26a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shimmer/modules/selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def __init__(
domain_dim (`int`) : dimension of the input dims (assumed to be the same
for now)
domain_names (`Iterable[str]`) : list of input domains
n_steps (`int`) : number of steps to update the query vector, where 0 steps is static attention.
n_steps (`int`) : number of steps to update the query vector
"""
super().__init__()
self.head_size = head_size
Expand Down

0 comments on commit a5b26a8

Please sign in to comment.