Skip to content

Commit f884fc6

Browse files
authored
Merge pull request #30 from drupano/patch-1
Fix: Typo in README
2 parents d33ad0f + 7828db9 commit f884fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ huggingface_model = HuggingFaceModel(
4040
transformers_version='4.6',
4141
pytorch_version='1.7',
4242
py_version='py36',
43-
model_data='s3://my-trained-model/artifcats/model.tar.gz',
43+
model_data='s3://my-trained-model/artifacts/model.tar.gz',
4444
role=role,
4545
)
4646
# deploy model to SageMaker Inference

0 commit comments

Comments
 (0)