Skip to content

Commit

Permalink
formatting test
Browse files Browse the repository at this point in the history
  • Loading branch information
atqy committed Oct 21, 2022
1 parent d1729a8 commit 75e229c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"role = sagemaker.get_execution_role()\n",
"sess = sagemaker.Session(default_bucket=sagemaker_session_bucket)\n",
"\n",
"s3_prefix = \"huggingface_serverless/20_newsgroups\"\n",
"s3_prefix = 'huggingface_serverless/20_newsgroups'\n",
"\n",
"print(f\"sagemaker role arn: {role}\")\n",
"print(f\"sagemaker bucket: {sess.default_bucket()}\")\n",
Expand Down

0 comments on commit 75e229c

Please sign in to comment.