mirror of
https://github.com/osmarks/nanogpt-experiments.git
synced 2025-08-29 17:07:56 +00:00
including transformers as a dependency of the repo as well
This commit is contained in:
@@ -15,6 +15,7 @@ Dependencies:
|
|||||||
|
|
||||||
- [pytorch](https://pytorch.org) <3
|
- [pytorch](https://pytorch.org) <3
|
||||||
- [numpy](https://numpy.org/install/) <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 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
|
||||||
|
Reference in New Issue
Block a user