From c29be7f85d7c974c6f5a2edc0a14093385be9033 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 22 Apr 2020 17:55:23 -0700 Subject: [PATCH] torch >= 1.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb19abfa..d58ba32d 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The https://github.com/ultralytics/yolov3 repo contains inference and training c # Requirements -Python 3.7 or later with all of the `pip install -U -r requirements.txt` packages including `torch >= 1.5`. Docker images come with all dependencies preinstalled. Docker requirements are: +Python 3.7 or later with all `pip install -U -r requirements.txt` packages including `torch >= 1.5`. Docker images come with all dependencies preinstalled. Docker requirements are: - Nvidia Driver >= 440.44 - Docker Engine - CE >= 19.03