Skip to content

Commit 141b972

Browse files
committed
Cleaned up the notebook just a touch.
1 parent b960a9e commit 141b972

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workshops/fine-tuning-with-sagemakerai-and-bedrock/task_05_fmops/05.00_fmops_examples.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@
140140
"source": [
141141
"model_id = \"deepseek-ai/DeepSeek-R1-Distill-Llama-8B\"\n",
142142
"model_id_filesafe = model_id.replace(\"/\",\"_\").replace(\".\", \"_\")\n",
143-
"endpoint_name = \"Example-deepseek-ai-DeepSeek-R1-Distill-Llama-8B-sft-djl\"\n",
143+
"endpoint_name = f\"Example-{model_id_filesafe}\"\n",
144144
"model_name_safe = model_id.split('/')[-1].replace('.', '-').replace('_', '-')\n",
145145
"instance_count = 1\n",
146146
"instance_type = \"ml.g5.2xlarge\"\n",
147-
"guardrail_id = \"u1yfe55ecv4z\""
147+
"guardrail_id = \"u1yfe55ecv4z\" # Not an actual Guardrail ID"
148148
]
149149
},
150150
{
@@ -169,7 +169,7 @@
169169
"metadata": {},
170170
"outputs": [],
171171
"source": [
172-
"mlflow_tracking_server_arn = \"arn:aws:sagemaker:us-east-1:329542461890:mlflow-tracking-server/my-tracking-server\"\n",
172+
"mlflow_tracking_server_arn = \"<REPLACE WITH YOUR ARN>\"\n",
173173
"\n",
174174
"if not mlflow_tracking_server_arn:\n",
175175
" try:\n",

0 commit comments

Comments
 (0)