Skip to content

Commit c6a07c3

Browse files
author
Talia Chopra
committed
correcting training file name
1 parent 4509ca9 commit c6a07c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

training/distributed_training/pytorch/model_parallel/bert/smp_bert_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"metadata": {},
229229
"outputs": [],
230230
"source": [
231-
"pytorch_estimator = PyTorch(\"sagemaker_rbk_pretrain.py\",\n",
231+
"pytorch_estimator = PyTorch(\"sagemaker_smp_pretrain.py\",\n",
232232
" role=role,\n",
233233
" instance_type=\"ml.p3.16xlarge\",\n",
234234
" volume_size=200,\n",

0 commit comments

Comments
 (0)