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:
parent
9f95aca93e
commit
97fc42616e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user