Skip to content

Commit

Permalink
fix typo in example (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
xloem authored and ravi-mosaicml committed Jul 16, 2022
1 parent 1be8801 commit b92c8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer/algorithms/alibi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ alibi = Alibi(
attention_module_name="transformers.models.gpt2.modeling_gpt2.GPT2Attention",
attr_to_replace="_attn",
alibi_attention="composer.algorithms.alibi._gpt2_alibi._attn",
mask_replacement_function="composer.algorithms.alibi.gpt2_alibi.enlarge_mask"
mask_replacement_function="composer.algorithms.alibi._gpt2_alibi.enlarge_mask"
)

trainer = Trainer(
Expand Down

0 comments on commit b92c8eb

Please sign in to comment.