Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Welcome! This workshop walks you through building a tiny end‑to‑end next‑t
- This workshop is inspired by Andrej Karpathy’s makemore: https://github.com/karpathy/makemore/

## Prerequisites
- Have LLVM Version 19 installed (Debian/Ubuntu: https://apt.llvm.org/)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More specificallyl for Debian/Ubuntu:

wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 19

- Have Dune installed, either from opam, or `curl -fsSL https://get.dune.build/install | sh`
- Join the workshop chat on Discord: https://discord.gg/vKPEXGye

Expand Down