From 7332c7a20317041e8e01b3715120e0871988bdc3 Mon Sep 17 00:00:00 2001 From: Baris Can Durak Date: Fri, 12 Jan 2024 10:58:22 +0100 Subject: [PATCH] another typo --- huggingface-sagemaker/README.md | 2 +- huggingface-sagemaker/steps/__init__.py | 2 +- .../steps/{registrer => registerer}/__init__.py | 0 .../steps/{registrer => registerer}/model_log_register.py | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename huggingface-sagemaker/steps/{registrer => registerer}/__init__.py (100%) rename huggingface-sagemaker/steps/{registrer => registerer}/model_log_register.py (100%) diff --git a/huggingface-sagemaker/README.md b/huggingface-sagemaker/README.md index 46bdae42..5cc242ab 100644 --- a/huggingface-sagemaker/README.md +++ b/huggingface-sagemaker/README.md @@ -232,7 +232,7 @@ You can watch a YouTube tutorial for this part of the tutorial [here](https://yo #### 💯 Step 4: Deploy the model -Finally, when the time is right, its time to deploy the latest `Production` model with the deploymnet pipeline. +Finally, when the time is right, it's time to deploy the latest `Production` model with the deployment pipeline. Deploying pipeline diff --git a/huggingface-sagemaker/steps/__init__.py b/huggingface-sagemaker/steps/__init__.py index 294faf83..d31fbcee 100644 --- a/huggingface-sagemaker/steps/__init__.py +++ b/huggingface-sagemaker/steps/__init__.py @@ -27,7 +27,7 @@ save_model_to_deploy, ) from .promotion import promote_get_metrics, promote_metric_compare_promoter -from .registrer import register_model +from .registerer import register_model from .tokenizer_loader import ( tokenizer_loader, ) diff --git a/huggingface-sagemaker/steps/registrer/__init__.py b/huggingface-sagemaker/steps/registerer/__init__.py similarity index 100% rename from huggingface-sagemaker/steps/registrer/__init__.py rename to huggingface-sagemaker/steps/registerer/__init__.py diff --git a/huggingface-sagemaker/steps/registrer/model_log_register.py b/huggingface-sagemaker/steps/registerer/model_log_register.py similarity index 100% rename from huggingface-sagemaker/steps/registrer/model_log_register.py rename to huggingface-sagemaker/steps/registerer/model_log_register.py