From 14b599ba40a84e489874a27cbe51f5e44a4c1a1f Mon Sep 17 00:00:00 2001 From: Joe Cummings Date: Wed, 7 Feb 2024 09:21:30 -0500 Subject: [PATCH 1/2] Update README.rst Make it clear that this repository is not actively maintained by PyTorch anymore. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 784731e693..1a80be96bd 100644 --- a/README.rst +++ b/README.rst @@ -12,6 +12,8 @@ torchtext +++++++++ +CAUTION: This repository is no longer actively maintained by PyTorch. Use at your own risk. + This repository consists of: * `torchtext.datasets `_: The raw text iterators for common NLP datasets From bffcd6e41f7df08bffe27321825516df0870ca43 Mon Sep 17 00:00:00 2001 From: Joe Cummings Date: Wed, 7 Feb 2024 19:52:06 -0500 Subject: [PATCH 2/2] Update README.rst --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1a80be96bd..c99be4af4b 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,8 @@ torchtext +++++++++ -CAUTION: This repository is no longer actively maintained by PyTorch. Use at your own risk. +CAUTION: As of September 2023 we have paused active development of TorchText because our focus has shifted away from building out this library offering. +We will continue to release new versions but do not anticipate any new feature development as we figure out future investments in this space. This repository consists of: