From c1ac2d58f13dc64863faa9b3ee3dbc4075a4d77f Mon Sep 17 00:00:00 2001 From: Andrej Karpathy Date: Thu, 12 Jan 2023 02:42:38 +0000 Subject: [PATCH] including transformers as a dependency of the repo as well --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f672f5..9d05a1f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Dependencies: - [pytorch](https://pytorch.org) <3 - [numpy](https://numpy.org/install/) <3 +- `pip install transformers` for huggingface transformers <3 (to load GPT-2 checkpoints) - `pip install datasets` for huggingface datasets <3 (if you want to download + preprocess OpenWebText) - `pip install tiktoken` for OpenAI's fast BPE code <3 - `pip install wandb` for optional logging <3