From 97fc42616e324c63b54918ae48f9e94de089fdce Mon Sep 17 00:00:00 2001 From: Andrej Karpathy Date: Tue, 3 Jan 2023 17:54:48 +0000 Subject: [PATCH] adding few more dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 798661f..4bc2d1a 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,12 @@ The simplest, fastest repository for training/finetuning medium-sized GPTs. It's Dependencies: - [pytorch](https://pytorch.org) <3 +- [numpy](https://numpy.org/install/) <3 - `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 - `pip install tqdm` +- `pip install networkx` ## usage