We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b062b3b commit fd20c3fCopy full SHA for fd20c3f
src/sagemaker/utils.py
@@ -639,6 +639,8 @@ def _create_or_update_code_dir(
639
" └── code/\n"
640
" ├── inference.py\n"
641
" └── 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"
644
)
645
646
for dependency in dependencies:
0 commit comments