Skip to content

S1LV3RJ1NX/mal-code

Repository files navigation

My Adventures with LLM

This repository contains the code for all the chapters of My adventures with LLM book.

Setup

  1. Install uv: https://docs.astral.sh/uv/getting-started/installation/

  2. Create the uv environment:

uv sync
  1. Activate the environment:
source .venv/bin/activate
  1. Setup the environment variables. You will need a Hugging Face token to download the models.
cp .env.sample .env

Run the code

Specific chapters have their own README with instructions on how to run the code.

For example, to run the code for chapter 1, go to the ch1 folder and follow the instructions in the README.

Chapters

About

This repository contains the code for all the book that I am writing `My adventures with LLM` book.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages