Python

29 Nov 2024

A Tiny LLM That Calls Itself

A tiny local LLM writes code to scrape a website, then calls itself to summarize what it found.

29 Nov 2024

Fine-Tuning a Local LLM with LoRA

Train TinyLlama to know its favorite color using LoRA fine-tuning.

3 Sep 2024

Hello World Python AWS Lambda

Step by step tutorial to create a AWS Python Lambda function.