Skip to content

Commit

Permalink
remove bug for self.slopes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobfulano committed Jan 5, 2024
1 parent 2cdb6af commit cb78d90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/benchmarks/bert/src/bert_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,6 @@ def __init__(self, config):
(1, self.num_attention_heads, self._current_alibi_size,
self._current_alibi_size))
self.rebuild_alibi_tensor(size=config.alibi_starting_size)
self.slopes = None

def rebuild_alibi_tensor(self,
size: int,
Expand Down

0 comments on commit cb78d90

Please sign in to comment.