From 8f65597d1875a3b3b545eca38b8fdf4d85f3cba7 Mon Sep 17 00:00:00 2001 From: Xingyu Liao Date: Fri, 21 Aug 2020 11:20:00 +0800 Subject: [PATCH] update pytorch version --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 038e92a..b9fa19c 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -3,7 +3,7 @@ ## Requirements - Linux or macOS with python ≥ 3.6 -- PyTorch ≥ 1.2 +- PyTorch ≥ 1.6 - torchvision that matches the Pytorch installation. You can install them together at [pytorch.org](https://pytorch.org/) to make sure of this. - [yacs](https://github.com/rbgirshick/yacs) - Cython (optional to compile evaluation code)