Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fixed the function name typo (#3560)
Browse files Browse the repository at this point in the history
Co-authored-by: mojtaba-komeili <[email protected]>
  • Loading branch information
mojtaba-komeili and mojtaba-komeili authored Mar 29, 2021
1 parent 91cd630 commit 582bf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parlai/agents/bert_ranker/bert_dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BertDictionaryAgent(DictionaryAgent):
Allow to use the Torch Agent with the wordpiece dictionary of Hugging Face.
"""

def is_prebuit(self):
def is_prebuilt(self):
return True

def __init__(self, opt):
Expand Down

0 comments on commit 582bf76

Please sign in to comment.