Skip to content

Commit

Permalink
Update configs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ftshijt authored Aug 26, 2024
1 parent 754770d commit b271ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fairseq/dataclass/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,4 +1146,4 @@ class FairseqConfig(FairseqDataclass):
scoring: Any = None
bpe: Any = None
tokenizer: Any = None
ema: EMAConfig = field(default_factory=EMAConfig
ema: EMAConfig = field(default_factory=EMAConfig)

0 comments on commit b271ad1

Please sign in to comment.