Skip to content

caktus/llm-learning

Repository files navigation

LLM Learning

A collection of notebooks and resources for learning about Large Language Models (LLMs).

Setup

Install Ollama

Add the following to your .envrc file:

unset VIRTUAL_ENV
uv sync --locked
PATH_add .venv/bin

Install pre-commit:

pre-commit install

Then run:

jupyter-lab

Database Setup

Add to your .envrc file:

# postgres
export PGHOST=localhost
export PGPORT=54222
export PGUSER=llm_learning
export PGDATABASE=llm_learning
export DATABASE_URL=postgresql+psycopg://llm_learning@localhost:54222/llm_learning

Start container services:

docker-compose up -d

About

A collection of notebooks and resources for learning about Large Language Models (LLMs).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •