-
Book Overview & Buying
-
Table Of Contents
Machine Learning Engineering on AWS - Second Edition
By :
In this chapter, you explored how to fine-tune a LLM using Amazon SageMaker AI as part of an end-to-end machine learning workflow. You set up a serverless MLflow App to track and manage training experiments, executed a supervised fine-tuning job, and observed how SageMaker AI abstracts the underlying infrastructure while automatically orchestrating the required compute resources. You then performed hyperparameter tuning to systematically evaluate multiple configurations in parallel and identify the best-performing model based on a defined objective metric. Finally, you deployed the best-performing model to a real-time inference endpoint for serving predictions.
In the next chapter, we will explore different options and strategies for deploying models in SageMaker AI. You will work with a pre-trained model and deploy it using a real-time endpoint, a serverless endpoint, an asynchronous inference endpoint, and a batch transform job. You will also practice advanced techniques such...