Skip to content

Commit 7932372

Browse files
committed
fix: update link and some logic
1 parent f05b04e commit 7932372

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

doc/overview.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ Then use those values to retrieve the model as follows.
657657
JumpStart scripts
658658
-----------------
659659

660-
To adapt JumpStart models for the SageMaker Python SDK, a custom
660+
To adapt JumpStart models for SageMaker, a custom
661661
script is needed to perform training or inference. JumpStart
662662
maintains a suite of scripts used for each of the models in the
663663
JumpStart S3 bucket, which can be accessed using the SageMaker Python
@@ -774,7 +774,7 @@ Deployment may take about 5 minutes.
774774
   predictor_cls=Predictor
775775
)
776776
777-
Because ``catboost`` relies on the PyTorch Deep Learning Containers
777+
Because ``catboost`` and ``lightgbm`` rely on the PyTorch Deep Learning Containers
778778
image, the corresponding Models and Endpoints display the “pytorch”
779779
prefix when viewed in the AWS console. To verify that these models
780780
were created successfully with your desired base model, refer to
@@ -785,7 +785,7 @@ Perform Inference
785785
786786
Finally, use the ``predictor`` instance to query your endpoint. For
787787
``catboost-classification-model``, for example, the predictor accepts
788-
a string. For more information about how to use the predictor, see
788+
a csv. For more information about how to use the predictor, see
789789
the
790790
`Appendix <https://sagemaker.readthedocs.io/en/stable/overview.html#appendix>`__.
791791

@@ -812,9 +812,7 @@ using “training” as the model scope. Use the utility functions to
812812
retrieve the URI of each of the three components you need to
813813
continue. The HuggingFace model in this example requires a GPU
814814
instance, so use the ``ml.p3.2xlarge`` instance type. For a complete
815-
list of available SageMaker instance types , see `Available SageMaker
816-
Studio Instance
817-
Types <https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html>`__.
815+
list of available SageMaker instance types, see the `SageMaker On-Demand Pricing Table <https://aws.amazon.com/sagemaker/pricing/#On-Demand_Pricing>`__ and select 'Training'.
818816

819817
.. code:: python
820818

0 commit comments

Comments
 (0)