Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanchen-aws committed Oct 5, 2022
1 parent b49231f commit cd6e4c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ sagemaker
sagemaker-experiments
scipy
torchnet
transformers==4.17.0
transformers==4.21.0
smdebug
humanize
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"import boto3\n",
"import sagemaker\n",
"from sagemaker import get_execution_role\n",
"from sagemaker.huggingface import HuggingFace\n",
"from sagemaker.pytorch import PyTorch\n",
"\n",
"role = (\n",
" get_execution_role()\n",
Expand Down

0 comments on commit cd6e4c1

Please sign in to comment.