Skip to content

Commit

Permalink
support Python3.11 (facebookresearch#5012)
Browse files Browse the repository at this point in the history
  • Loading branch information
Medoalmasry committed Apr 7, 2023
1 parent 57f4cdf commit dac3615
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 @@ -1144,4 +1144,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 dac3615

Please sign in to comment.