소스 검색

Update downloads.py current release (#7541)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
modifyDataloader
Powercube7 GitHub 2 년 전
부모
커밋
4b284a12c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      utils/downloads.py

+ 1
- 1
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(

Loading…
취소
저장