huggingface / pytorch-openai-transformer-lm

🐥A PyTorch implementation of OpenAI's finetuned transformer language model with a script to import the weights pre-trained by OpenAI
MIT License
1.51k stars 285 forks source link

Removing python 2.7 check from Travis. #20

Closed rodgzilla closed 6 years ago

rodgzilla commented 6 years ago

I do not think that this code is meant to be run with Python 2.7 so I removed this check from the Travis file.

thomwolf commented 6 years ago

👍