A collection of notebooks and resources for learning about Large Language Models (LLMs).
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