Release v4.12.3

This commit is contained in:
Sylvain Gugger
2021-11-02 13:09:25 -04:00
parent 872c4f3d44
commit 9ab10fcd52
3 changed files with 4 additions and 3 deletions

View File

@@ -344,7 +344,7 @@ install_requires = [
setup(
name="transformers",
version="4.12.2", # 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.12.3", # 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",