You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the upgrade to the latest version of transformers, the lang_code_to_id attribute was removed from the NllbTokenizer, which is now causing our NMT jobs to crash. This needs to be fixed, and test cases that cover the relevant lines need to be added.
The text was updated successfully, but these errors were encountered:
With the upgrade to the latest version of transformers, the
lang_code_to_id
attribute was removed from the NllbTokenizer, which is now causing our NMT jobs to crash. This needs to be fixed, and test cases that cover the relevant lines need to be added.The text was updated successfully, but these errors were encountered: