cc_net icon indicating copy to clipboard operation
cc_net copied to clipboard

make dl_all_lm failing

Open sashavor opened this issue 4 years ago • 2 comments

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?

sashavor avatar Jan 08 '21 21:01 sashavor

In my case, make dl_all_lms works.

chloamme avatar Nov 07 '21 12:11 chloamme

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".

swgu98 avatar Dec 13 '21 18:12 swgu98