From 94a0d8bc77f932bb5c28a94d65c084adacddf1d3 Mon Sep 17 00:00:00 2001 From: Powercube7 <80365192+Powercube7@users.noreply.github.com> Date: Fri, 22 Apr 2022 23:44:54 +0300 Subject: [PATCH] Update downloads.py current release (#7541) Co-authored-by: Glenn Jocher --- utils/downloads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/downloads.py b/utils/downloads.py index 4a012cc05849..b9b0c5d5981a 100644 --- a/utils/downloads.py +++ b/utils/downloads.py @@ -69,7 +69,7 @@ def attempt_download(file, repo='ultralytics/yolov5'): # from utils.downloads i try: tag = subprocess.check_output('git tag', shell=True, stderr=subprocess.STDOUT).decode().split()[-1] except Exception: - tag = 'v6.0' # current release + tag = 'v6.1' # current release if name in assets: safe_download(