Skip to content

Commit fdb306b

Browse files
authored
Update model.py
1 parent f5a5e61 commit fdb306b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sagemaker/huggingface/model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ def _validate_pt_tf_versions(pytorch_version, tensorflow_version, image_uri):
8585

8686

8787
class HuggingFaceModel(FrameworkModel):
88-
"""A Hugging Face SageMaker ``Model`` that can be deployed
89-
to an Amazon SageMaker ``Endpoint``."""
88+
"""A Hugging Face SageMaker ``Model`` that can be deployed to a SageMaker ``Endpoint``."""
9089

9190
_framework_name = "huggingface"
9291

0 commit comments

Comments
 (0)