facebookresearch / cc_net

Tools to download and cleanup Common Crawl data
MIT License
932 stars 138 forks source link

make dl_all_lm failing #20

Open sashavor opened 3 years ago

sashavor commented 3 years ago

When I run the command to download all of the language models: make dl_all_lm I can't run it, with the response: make: *** No rule to make target 'dl_all_lm'. Stop.

Also, I am able to download the english language model (using make lang=en dl_lm), but the perplexity calculation doesn't work..

Any ideas?

chloamme commented 2 years ago

In my case, make dl_all_lms works.

swgu98 commented 2 years ago

When I run the command to download all of the language models: make dl_all_lm I can't run it, with the response: make: *** No rule to make target 'dl_all_lm'. Stop.

Also, I am able to download the english language model (using make lang=en dl_lm), but the perplexity calculation doesn't work..

Any ideas?

In Makefile, it's dl_all_lms, you lost the "s".