Docs for v4.14.0dev0

This commit is contained in:
Lysandre
2021-12-09 17:09:23 +01:00
parent 4da3a696e4
commit ab31b3e41b
27 changed files with 31 additions and 31 deletions

View File

@@ -354,7 +354,7 @@ install_requires = [
setup(
name="transformers",
version="4.13.0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
version="4.14.0.dev0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
author="Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Sam Shleifer, Patrick von Platen, Sylvain Gugger, Suraj Patil, Stas Bekman, 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",