Merge branch 'master' into cli

This commit is contained in:
thomwolf
2019-12-19 20:26:08 +01:00
112 changed files with 4667 additions and 855 deletions

View File

@@ -46,7 +46,7 @@ extras['all'] = [package for package in extras.values()]
setup(
name="transformers",
version="2.2.1",
version="2.2.2",
author="Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Google AI Language Team Authors, Open AI team Authors, Facebook AI Authors, Carnegie Mellon University Authors",
author_email="thomas@huggingface.co",
description="State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch",
@@ -61,7 +61,7 @@ setup(
'boto3',
'requests',
'tqdm',
'regex',
'regex != 2019.12.17',
'sentencepiece',
'sacremoses'],
extras_require=extras,