transformers/requirements.txt
2018-12-13 12:50:44 +01:00

8 lines
173 B
Plaintext

# PyTorch
torch>=0.4.1
# progress bars in model download and training scripts
tqdm
# Accessing files from S3 directly.
boto3
# Used for downloading models over HTTP
requests