Unverified Commit e575e062 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

fix led not defined (#9828)

parent 059bb258
...@@ -170,6 +170,7 @@ else: ...@@ -170,6 +170,7 @@ else:
GPT2TokenizerFast = None GPT2TokenizerFast = None
HerbertTokenizerFast = None HerbertTokenizerFast = None
LayoutLMTokenizerFast = None LayoutLMTokenizerFast = None
LEDTokenizerFast = None
LongformerTokenizerFast = None LongformerTokenizerFast = None
LxmertTokenizerFast = None LxmertTokenizerFast = None
MBartTokenizerFast = None MBartTokenizerFast = None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment