requirements.txt 314 Bytes
Newer Older
thomwolf's avatar
thomwolf committed
1
2
3
4
# This installs Pytorch for CUDA 8 only. If you are using a newer version,
# please visit http://pytorch.org/ and install the relevant version.
torch>=0.4.1,<0.5.0
# progress bars in model download and training scripts
thomwolf's avatar
thomwolf committed
5
tqdm
thomwolf's avatar
thomwolf committed
6
7
8
# Accessing files from S3 directly.
boto3
# Used for downloading models over HTTP
thomwolf's avatar
thomwolf committed
9
requests