Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfraser committed May 31, 2024
1 parent f624ad5 commit 4e926f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/brevitas_examples/llm/llm_quant/prepare_for_quantize.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ def _set_bert_mha_attributes(module):


_SET_ATTRIBUTES_MAP = {
BertAttention: _set_bert_mha_attributes,
}
BertAttention: _set_bert_mha_attributes,}


def set_mha_attributes(model):
Expand Down

0 comments on commit 4e926f9

Please sign in to comment.