We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba9ace commit 358a69eCopy full SHA for 358a69e
README.md
@@ -24,8 +24,7 @@ This repository is simple implementation GPT-2 about **text-generator** in **Pyt
24
$ git clone https://github.com/graykode/gpt-2-Pytorch && cd gpt-2-Pytorch
25
# download huggingface's pytorch model
26
$ curl --output gpt2-pytorch_model.bin https://s3.amazonaws.com/models.huggingface.co/bert/gpt2-pytorch_model.bin
27
-# setup requirements
28
-# if using mac os, then run setup as descibed [here](/Mac OS Setup/)
+# setup requirements, if using mac os, then run setup as descibed below
29
$ pip install -r requirements.txt
30
```
31
0 commit comments