Merge pull request #288 from huggingface/gpt2
forgot to add regex to requirements.txt :(
Showing
| ... | @@ -5,4 +5,6 @@ tqdm | ... | @@ -5,4 +5,6 @@ tqdm |
| # Accessing files from S3 directly. | # Accessing files from S3 directly. | ||
| boto3 | boto3 | ||
| # Used for downloading models over HTTP | # Used for downloading models over HTTP | ||
| requests | requests | ||
| \ No newline at end of file | # For OpenAI GPT | ||
| regex | |||
| \ No newline at end of file |
Please register or sign in to comment