1
0
mirror of https://github.com/osmarks/nanogpt-experiments.git synced 2024-11-10 20:09:58 +00:00

including transformers as a dependency of the repo as well

This commit is contained in:
Andrej Karpathy 2023-01-12 02:42:38 +00:00
parent 7f51d17977
commit c1ac2d58f1

View File

@ -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