graykode / gpt-2-Pytorch

Simple Text-Generator with OpenAI gpt-2 Pytorch Implementation
MIT License
963 stars 225 forks source link

Missing requirements #8

Open davidc opened 5 years ago

davidc commented 5 years ago

It needs these packages as well so I guess they need to go into requirements.txt:

torch tqdm

graykode commented 5 years ago

Yes I agree with you Thanks