Skip to content

Commit

Permalink
Update downloads.py current release (ultralytics#7541)
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
Powercube7 and glenn-jocher committed Apr 22, 2022
1 parent 886ae94 commit 94a0d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 94a0d8b

Please sign in to comment.