← Browse

World's Fair 2024

Fine tune 20 Llama Models in 5 Minutes: Santosh Radha

Overview

This talk demonstrates how to fine-tune and deploy multiple AI models directly from Python code without requiring complex infrastructure like Kubernetes or Docker. The core idea is to use a Pythonic interface to abstract away the underlying compute resources, allowing users to specify hardware requirements and execution parameters with simple decorators. This approach simplifies the process of running computationally intensive tasks, such as model training and inference, on various backends, including local machines, on-premise systems, or cloud-based GPU clusters.

Who should watch

Key takeaways

Notable quotes

*The code gets shipped to a back end in a GPU and you get back the result on your side.*
*You can define your Custom Auto scaling mechanism like hey I want to Auto scale it to 10 gpus exactly at 9:00 every day.*
*This is completely pythonic and once you dispatch this to our server which is essentially calling single line over here.*

Watch on YouTube →

Unofficial community note. Prefer the recording for nuance.