Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak committed Jan 12, 2024
1 parent 568c7b8 commit 7332c7a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion huggingface-sagemaker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img src="assets/deploying_pipeline_overview.png" alt="Deploying pipeline" width="800">

Expand Down
2 changes: 1 addition & 1 deletion huggingface-sagemaker/steps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 7332c7a

Please sign in to comment.