Skip to content

bragg13/crispy-fortnight

Repository files navigation

crispy-fortnight

Create the environment

  1. Make sure that Python 3.11 is installed. You can use pyenv to make it locally like this:
pyenv local 3.11.10
  1. Initialise a new virtual environment
python3 -m venv .venv

or, if using pyenv:

pyenv exec python3 -m venv .venv

and then source it

source .venv/bin/activate
  1. Install the packages from requirements
pip install -r requirements.txt

If installing any new packages, update the file requirements.txt like this

pip freeze > requirements.txt

About

Implementing a Transformer. From scratch. In a fortnight. Whatever that means.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors