Open 314esther opened 2 years ago
Navigate to https://github.com/facebookresearch/fairseq/tree/nllb and clone the repo. Before running the install instructions, add the following to the setup.py script:
After line 270, add the following: "spm_encode = scripts.spm_encode:main",
"spm_encode = scripts.spm_encode:main",
Hi, I have updated the prerequisites before running the script, including sentencepiece command line tools.
Navigate to https://github.com/facebookresearch/fairseq/tree/nllb and clone the repo. Before running the install instructions, add the following to the setup.py script:
After line 270, add the following:
"spm_encode = scripts.spm_encode:main",