requirements.txt 196 Bytes
Newer Older
thomwolf's avatar
thomwolf committed
1
2
# PyTorch
torch>=0.4.1
thomwolf's avatar
thomwolf committed
3
# progress bars in model download and training scripts
thomwolf's avatar
thomwolf committed
4
tqdm
thomwolf's avatar
thomwolf committed
5
6
7
# Accessing files from S3 directly.
boto3
# Used for downloading models over HTTP
8
9
10
requests
# For OpenAI GPT
regex