"git@developer.sourcefind.cn:OpenDAS/torchani.git" did not exist on "f93a9ba408b702c83b01c0d0a400e2ca339cd6a8"
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
dependencies = [
'fastBPE',
'regex',
'requests',
'sacremoses',
'sentencepiece',
'subword_nmt',
'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