From 30cd8bfbc404b34d1997ed4bfd81f8680e957c15 Mon Sep 17 00:00:00 2001 From: Jim Burtoft <39492751+jimburtoft@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:51:19 -0500 Subject: [PATCH] Trainium spelling fix --- tools/create_examples_from_transformers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/create_examples_from_transformers.py b/tools/create_examples_from_transformers.py index c95b6a7c9..91625b1b8 100755 --- a/tools/create_examples_from_transformers.py +++ b/tools/create_examples_from_transformers.py @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""Tools that downloads 🤗 Transformers training script examples and prepares them for AWS Tranium instances.""" +"""Tools that downloads 🤗 Transformers training script examples and prepares them for AWS Trainium instances.""" import re import shutil