From cf56b390e7708fc650ad76bfedca1643155c7223 Mon Sep 17 00:00:00 2001 From: calpt <36051308+calpt@users.noreply.github.com> Date: Thu, 8 Jul 2021 16:02:33 +0200 Subject: [PATCH] Release: adapter-transformers v2.1.0 --- setup.py | 2 +- src/transformers/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index eb6e813c61..174d23f844 100644 --- a/setup.py +++ b/setup.py @@ -337,7 +337,7 @@ def run(self): setup( name="adapter-transformers", - version="2.1.0a0", + version="2.1.0", author="Jonas Pfeiffer, Andreas Rücklé, Clifton Poth, Hannah Sterz, based on work by 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="pfeiffer@ukp.tu-darmstadt.de", description="A friendly fork of Huggingface's Transformers, adding Adapters to PyTorch language models", diff --git a/src/transformers/__init__.py b/src/transformers/__init__.py index ee1d3768f4..9b56336cce 100755 --- a/src/transformers/__init__.py +++ b/src/transformers/__init__.py @@ -22,7 +22,7 @@ # to defer the actual importing for when the objects are requested. This way `import transformers` provides the names # in the namespace without actually importing anything (and especially none of the backends). -__version__ = "2.1.0a0" +__version__ = "2.1.0" __hf_version__ = "4.8.2" # Work around to update TensorFlow's absl.logging threshold which alters the