Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

make dl_all_lm failing #20

Open
sashavor opened this issue Jan 8, 2021 · 2 comments
Open

make dl_all_lm failing #20

sashavor opened this issue Jan 8, 2021 · 2 comments

Comments

@sashavor
Copy link

sashavor commented Jan 8, 2021

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
Copy link

chloamme commented Nov 7, 2021

In my case, make dl_all_lms works.

@swgu98
Copy link

swgu98 commented Dec 13, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants