Skip to content

Commit fd20c3f

Browse files
committed
Add hyperlink to RTDs
1 parent b062b3b commit fd20c3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sagemaker/utils.py

+2
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,8 @@ def _create_or_update_code_dir(
639639
" └── code/\n"
640640
" ├── inference.py\n"
641641
" └── requirements.txt"
642+
"\nFor more details, see the documentation:\n"
643+
"https://sagemaker.readthedocs.io/en/stable/frameworks/pytorch/using_pytorch.html#bring-your-own-model"
642644
)
643645

644646
for dependency in dependencies:

0 commit comments

Comments
 (0)