From 8868c192542bc975c00df9654e866a77c00c7e6e Mon Sep 17 00:00:00 2001 From: Amarjeet LNU Date: Mon, 20 Jul 2026 10:34:22 -0700 Subject: [PATCH] docs: update model customization reference link in v3 examples Update the 'other models that support Model Customization' reference in the DPO, RLAIF, RLVR, and SFT v3 example notebooks from the Bedrock custom-model-supported doc to the SageMaker model-customize-open-weight doc. --- .../dpo_trainer_example_notebook_v3_prod.ipynb | 2 +- .../rlaif_finetuning_example_notebook_v3_prod.ipynb | 2 +- .../rlvr_finetuning_example_notebook_v3_prod.ipynb | 2 +- .../sft_finetuning_example_notebook_pysdk_prod_v3.ipynb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v3-examples/model-customization-examples/dpo_trainer_example_notebook_v3_prod.ipynb b/v3-examples/model-customization-examples/dpo_trainer_example_notebook_v3_prod.ipynb index 6666c75467..656517d285 100644 --- a/v3-examples/model-customization-examples/dpo_trainer_example_notebook_v3_prod.ipynb +++ b/v3-examples/model-customization-examples/dpo_trainer_example_notebook_v3_prod.ipynb @@ -123,7 +123,7 @@ "source": [ "#### Reference \n", "Refer this doc for other models that support Model Customization: \n", - "https://docs.aws.amazon.com/bedrock/latest/userguide/custom-model-supported.html" + "https://docs.aws.amazon.com/sagemaker/latest/dg/model-customize-open-weight.html" ] }, { diff --git a/v3-examples/model-customization-examples/rlaif_finetuning_example_notebook_v3_prod.ipynb b/v3-examples/model-customization-examples/rlaif_finetuning_example_notebook_v3_prod.ipynb index 02f14c5c8a..d91df1b96f 100644 --- a/v3-examples/model-customization-examples/rlaif_finetuning_example_notebook_v3_prod.ipynb +++ b/v3-examples/model-customization-examples/rlaif_finetuning_example_notebook_v3_prod.ipynb @@ -139,7 +139,7 @@ "source": [ "#### Reference \n", "Refer this doc for other models that support Model Customization: \n", - "https://docs.aws.amazon.com/bedrock/latest/userguide/custom-model-supported.html\n", + "https://docs.aws.amazon.com/sagemaker/latest/dg/model-customize-open-weight.html\n", "\n", "Refer this for supported reward models: \n", "https://github.com/aws/sagemaker-python-sdk/blob/master/sagemaker-train/src/sagemaker/train/constants.py#L46" diff --git a/v3-examples/model-customization-examples/rlvr_finetuning_example_notebook_v3_prod.ipynb b/v3-examples/model-customization-examples/rlvr_finetuning_example_notebook_v3_prod.ipynb index 55911557dd..2f0127b761 100644 --- a/v3-examples/model-customization-examples/rlvr_finetuning_example_notebook_v3_prod.ipynb +++ b/v3-examples/model-customization-examples/rlvr_finetuning_example_notebook_v3_prod.ipynb @@ -129,7 +129,7 @@ "source": [ "#### Reference \n", "Refer this doc for other models that support Model Customization: \n", - "https://docs.aws.amazon.com/bedrock/latest/userguide/custom-model-supported.html" + "https://docs.aws.amazon.com/sagemaker/latest/dg/model-customize-open-weight.html" ] }, { diff --git a/v3-examples/model-customization-examples/sft_finetuning_example_notebook_pysdk_prod_v3.ipynb b/v3-examples/model-customization-examples/sft_finetuning_example_notebook_pysdk_prod_v3.ipynb index 342edd34b5..25675e497d 100644 --- a/v3-examples/model-customization-examples/sft_finetuning_example_notebook_pysdk_prod_v3.ipynb +++ b/v3-examples/model-customization-examples/sft_finetuning_example_notebook_pysdk_prod_v3.ipynb @@ -151,7 +151,7 @@ "source": [ "#### Reference \n", "Refer this doc for other models that support Model Customization: \n", - "https://docs.aws.amazon.com/bedrock/latest/userguide/custom-model-supported.html" + "https://docs.aws.amazon.com/sagemaker/latest/dg/model-customize-open-weight.html" ] }, {