Skip to content

Commit

Permalink
Adapters v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calpt committed Feb 9, 2022
1 parent c2ba71a commit 9a6bf17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adapter_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

docs_versions = [
"adapters1.1.1",
"adapters2.2.0",
"adapters2.3.0",
]


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def run(self):

setup(
name="adapter-transformers",
version="2.3.0a0",
version="2.3.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",
Expand Down
2 changes: 1 addition & 1 deletion src/transformers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).

__adapters_version__ = "2.3.0a0"
__adapters_version__ = "2.3.0"
__version__ = "4.12.5"

# Work around to update TensorFlow's absl.logging threshold which alters the
Expand Down

0 comments on commit 9a6bf17

Please sign in to comment.