@@ -657,7 +657,7 @@ Then use those values to retrieve the model as follows.
657
657
JumpStart scripts
658
658
-----------------
659
659
660
- To adapt JumpStart models for the SageMaker Python SDK , a custom
660
+ To adapt JumpStart models for SageMaker, a custom
661
661
script is needed to perform training or inference. JumpStart
662
662
maintains a suite of scripts used for each of the models in the
663
663
JumpStart S3 bucket, which can be accessed using the SageMaker Python
@@ -774,7 +774,7 @@ Deployment may take about 5 minutes.
774
774
predictor_cls = Predictor
775
775
)
776
776
777
- Because ``catboost `` relies on the PyTorch Deep Learning Containers
777
+ Because ``catboost `` and `` lightgbm `` rely on the PyTorch Deep Learning Containers
778
778
image, the corresponding Models and Endpoints display the “pytorch”
779
779
prefix when viewed in the AWS console. To verify that these models
780
780
were created successfully with your desired base model, refer to
@@ -785,7 +785,7 @@ Perform Inference
785
785
786
786
Finally, use the ``predictor`` instance to query your endpoint. For
787
787
``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
789
789
the
790
790
`Appendix <https://sagemaker.readthedocs.io/en/stable/overview.html#appendix >`__.
791
791
@@ -812,9 +812,7 @@ using “training” as the model scope. Use the utility functions to
812
812
retrieve the URI of each of the three components you need to
813
813
continue. The HuggingFace model in this example requires a GPU
814
814
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'.
818
816
819
817
.. code :: python
820
818
0 commit comments