Closed yrf1 closed 2 years ago
Bro, you could try to add ":main" at the end of the first parameter, this helped me.
Like this: xlmr = torch.hub.load('pytorch/fairseq:main', 'xlmr.large')
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!
What is your question?
torch.hub.load('pytorch/fairseq', 'roberta.large')
leads to url not found error.What have you tried?
I also tried to look at the link https://github.com/pytorch/fairseq/archive/master.zip but the link is broken?
What's your environment?