Commit 3903f469 authored by Myle Ott's avatar Myle Ott Committed by Facebook Github Bot
Browse files

Fewer torch.hub requirements (#959)

Summary:
We will raise exceptions if these are needed and aren't available. Only keep minimum set of reqs
Pull Request resolved: https://github.com/pytorch/fairseq/pull/959

Differential Revision: D16623304

Pulled By: myleott

fbshipit-source-id: 8e65253742e393b527e8396a9433e64ebec9bb55
parent f02f70cc
...@@ -11,12 +11,8 @@ from fairseq.models import MODEL_REGISTRY ...@@ -11,12 +11,8 @@ from fairseq.models import MODEL_REGISTRY
dependencies = [ dependencies = [
'fastBPE',
'regex', 'regex',
'requests', 'requests',
'sacremoses',
'sentencepiece',
'subword_nmt',
'torch', 'torch',
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment