GPT models built with JAX
This project implements the GPT series of models using Jax and Flax's NNX library.
Install the UV python package managment library
curl -LsSf https://astral.sh/uv/install.sh | sh
The main commands available in the Makefile are:
make install
- Install dependencies from lockfilemake dev
- Install all dependencies including dev from lockfilemake clean
- Clean build artifacts and cachemake build
- Build packagemake lint
- Run lintingmake format
- Format codemake lab
- Run Jupyter lab server from the project directory
To see all available commands and their descriptions, run: make help