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
Please replace from fairseq2.models.nllb import load_nllb_tokenizer
with from fairseq2.data.text.tokenizers.nllb import load_nllb_tokenizer
on the sonar/models/sonar_text/loader.py file
I think the issue #52 is mainly because of above The issue is for the latest version on fairseq2, not for previous versions ig
The text was updated successfully, but these errors were encountered:
Vijayavallabh
changed the title
Wrong import of load_nllb_tokenizer in sonar/models/sonar_text/loader.py file
Mismatch in import of load_nllb_tokenizer in sonar/models/sonar_text/loader.py file
Jan 3, 2025
Please replace from fairseq2.models.nllb import load_nllb_tokenizer
with from fairseq2.data.text.tokenizers.nllb import load_nllb_tokenizer
on the sonar/models/sonar_text/loader.py file
I think the issue #52 is mainly because of above The issue is for the latest version on fairseq2, not for previous versions ig
The text was updated successfully, but these errors were encountered: