braunefe

Results 4 comments of braunefe

I downloaded it from here: https://dl.fbaipublicfiles.com/m2m_100/12b_last_chk_4_gpus.pt It was 27th of october though.

I downloaded the model again but get the same error.

Thanks @shruti-bh I am getting another error. I am running on 4 GPUS (6,5,4,3) : **Run command** ``` fairseq-generate \ data_bin \ --batch-size 1 \ --path 12b_last_chk_4_gpus \ --fixed-dictionary model_dict.128k.txt...

@shruti-bh Thank you so much! It is working now. Just changed the visible devices to my gpus and ran the command as you suggested. **Run command**: ``` `CUDA_VISIBLE_DEVICES=3,4,5,6 fairseq-generate \...