[Fix bug] TypeError: argument of type 'XLMRobertaFlashConfig' is not iterable

#55
by phuonglk - opened

change:
if key in config:
to
if key in config.to_dict():

Jina AI org

Thanks for the fix!

jupyterjazz changed pull request status to merged

Sign up or log in to comment