We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece38d0 commit 5306794Copy full SHA for 5306794
requirements.txt
@@ -3,7 +3,7 @@ setuptools
3
wheel
4
# PyTorch
5
--find-links=https://download.pytorch.org/whl/torch_stable.html
6
-torch==1.5.1
+torch>=1.5.1,<=1.6.0
7
# progress bars in model download and training scripts
8
tqdm
9
# Accessing files from S3 directly.
0 commit comments