Commit 139e3a3c authored by Myle Ott's avatar Myle Ott Committed by Facebook Github Bot
Browse files

Add sacrebleu to requirements

Summary: Pull Request resolved: https://github.com/pytorch/fairseq/pull/542

Differential Revision: D14258895

Pulled By: myleott

fbshipit-source-id: 950a840e1d001a472be8d4737c9e4de5224137b3
parent 19b6e8bf
...@@ -42,6 +42,7 @@ setup( ...@@ -42,6 +42,7 @@ setup(
install_requires=[ install_requires=[
'cffi', 'cffi',
'numpy', 'numpy',
'sacrebleu',
# don't include torch, to support both release and nightly builds # don't include torch, to support both release and nightly builds
#'torch', #'torch',
'tqdm', 'tqdm',
......
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