From 303a6e27b5005a8adcfc3bee84c069043cd3ea32 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 1 Jan 2022 16:50:56 -0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cf5a6578fc2..837e4b3e0a30 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,7 @@ pip install -r requirements.txt # install
Inference -Inference with YOLOv5 and [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36). Models automatically download -from the [latest YOLOv5 release](https://github.com/ultralytics/yolov5/releases). +Inference with YOLOv5 and [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36). [Models](https://github.com/ultralytics/yolov5/tree/master/models) download automatically from the latest YOLOv5 [release](https://github.com/ultralytics/yolov5/releases). ```python import torch