Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove bug for self.slopes
Browse files Browse the repository at this point in the history
jacobfulano committed Jan 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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,

0 comments on commit cb78d90

Please sign in to comment.