-
Book Overview & Buying
-
Table Of Contents
Machine Learning Engineering on AWS - Second Edition
By :
In the past, if you wanted to fine-tune a large language model (LLM), you typically had to set up and manage everything yourself. You were responsible for configuring the training environment, installing the correct dependencies, and provisioning compute resources capable of handling large-scale workloads. You also needed to manage how model artifacts were stored and organized and build your own deployment pipeline before the model could be used in production. All of this added significant operational overhead and often slowed you down when your main goal was to improve the model itself. Today, you can use Amazon SageMaker AI to handle much of that heavy lifting. It provides managed capabilities for training, hyperparameter tuning, and deployment, allowing you to focus more on building and improving your model instead of managing infrastructure.
In this chapter, you will explore how to fine-tune a LLM using SageMaker AI as part of...