Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Add project deprecation notice (#305)
Browse files Browse the repository at this point in the history
* Add project deprecation notice
* typo

Co-authored-by: Luca Antiga <[email protected]>
Co-authored-by: Jirka Borovec <[email protected]>
Co-authored-by: Ethan Harris <[email protected]>
Co-authored-by: Jirka <[email protected]>
  • Loading branch information
5 people authored Nov 8, 2022
1 parent 593c794 commit 61e191e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Deprecation notice

### Nov 8 2022

This repository is being deprecated and **will be archived (read-only) on Nov 18, 2022**. Thanks to everyone who contributed to `lightning-transformers`, we feel it's time to move on.

:hugs: Transformers can **already be easily trained using the Lightning :zap: Trainer**. Here's a recent example from the community: <https://sachinruk.github.io/blog/deep-learning/2022/11/07/t5-for-grammar-correction.html>. Note that there are **no limitations or workarounds**, things just work out of the box.

The `lightning-transformers` repo explored the possibility to provide task-specific modules and pre-baked defaults, at the cost of introducing extra abstractions. In the spirit of keeping ourselves focused, these abstractions are not something we wish to continue supporting.

If you liked `lightning-transformers` and want to continue developing it in the future, feel free to fork the repo and choose another name for the project.

______________________________________________________________________

<div align="center">

<img src="docs/source/_static/images/logo.png" width="500px">
Expand Down
2 changes: 1 addition & 1 deletion lightning_transformers/setup_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _load_readme_description(path_dir: str, homepage: str, ver: str) -> str:
"""Load readme as decribtion.
>>> _load_readme_description(_PROJECT_ROOT, "", "") # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
'<div align="center">...'
'# ...'
"""
path_readme = os.path.join(path_dir, "README.md")
text = open(path_readme, encoding="utf-8").read()
Expand Down

0 comments on commit 61e191e

Please sign in to comment.