karpathy / minGPT

A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
MIT License
19.94k stars 2.47k forks source link

Adding a requirements.txt file #109

Open kukuquack opened 1 year ago

kukuquack commented 1 year ago

I saw that there was not a requirements.txt file, so I created one by looking at all the .py files and gathering all non-built-in libraries used.