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

adding few more dependencies

This commit is contained in:
Andrej Karpathy 2023-01-03 17:54:48 +00:00
parent 9f95aca93e
commit 97fc42616e

View File

@ -8,10 +8,12 @@ The simplest, fastest repository for training/finetuning medium-sized GPTs. It's
Dependencies: Dependencies:
- [pytorch](https://pytorch.org) <3 - [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 datasets` for huggingface datasets <3 (if you want to download + preprocess OpenWebText)
- `pip install tiktoken` for OpenAI's fast bpe code <3 - `pip install tiktoken` for OpenAI's fast bpe code <3
- `pip install wandb` for optional logging <3 - `pip install wandb` for optional logging <3
- `pip install tqdm` - `pip install tqdm`
- `pip install networkx`
## usage ## usage