torch >= 1.5

This commit is contained in:
Glenn Jocher 2020-04-22 17:55:23 -07:00
parent aa854ecaa9
commit c29be7f85d
1 changed files with 1 additions and 1 deletions

View File

@ -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