From fe68cd8bd1f3edddd0afaf3d389a46fdff9e900d Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 11 Jun 2024 03:04:06 +0200 Subject: [PATCH] `ultralytics 8.2.31` NVIDIA Jetpack4 and Jetpack5 Dockerfile Images (#13496) Co-authored-by: UltralyticsAssistant --- .github/workflows/ci.yaml | 2 +- .github/workflows/publish.yml | 21 ++++++++++++--------- docs/mkdocs_github_authors.yaml | 1 + ultralytics/__init__.py | 2 +- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 50822a82..cb9856cd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,7 +73,7 @@ jobs: - name: Build Docs and Check for Warnings run: python docs/build_docs.py - name: Commit and Push Docs changes - if: always() + if: always() && github.event_name == 'pull_request_target' run: | git add --update # only add updated files git reset HEAD -- .github/workflows/ # workflow changes are not permitted with default token diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 876d2e5e..202d706b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -118,15 +118,18 @@ jobs: # Prepare messages for OpenAI completion messages = [ - {"role": "system", - "content": "You are an Ultralytics AI assistant skilled in software development and technical communication. Your task is to summarize GitHub releases from Ultralytics in a way that is accurate, concise, and understandable to both expert developers and non-expert users. Focus on highlighting the key changes and their impact in simple, concise terms."}, - {"role": "user", - "content": f"Summarize the updates made on the Ultralytics '{latest_tag}' tag, focusing on major changes, their purpose, and potential impact. Keep the summary clear and concise, suitable for a broad audience. Add emojis to enliven the summary. Reply directly with a summary along these example guidelines, though feel free to adjust as appropriate:\n\n" - f"### 🌟 Summary (single-line synopsis)\n" - f"### 📊 Key Changes (bullet points highlighting any major changes)\n" - f"### 🎯 Purpose & Impact (bullet points explaining any benefits and potential impact to users)\n" - f"\n\nHere's the release diff:\n\n{diff[:96000]}", - } + { + "role": "system", + "content": "You are an Ultralytics AI assistant skilled in software development and technical communication. Your task is to summarize GitHub releases from Ultralytics in a way that is detailed, accurate, and understandable to both expert developers and non-expert users. Focus on highlighting the key changes and their impact in simple and intuitive terms." + }, + { + "role": "user", + "content": f"Summarize the updates made in the [Ultralytics](https://ultralytics.com) '{latest_tag}' tag, focusing on major changes, their purpose, and potential impact. Keep the summary clear and suitable for a broad audience. Add emojis to enliven the summary. Reply directly with a summary along these example guidelines, though feel free to adjust as appropriate:\n\n" + f"### 🌟 Summary (single-line synopsis)\n" + f"### 📊 Key Changes (bullet points highlighting any major changes)\n" + f"### 🎯 Purpose & Impact (bullet points explaining any benefits and potential impact to users)\n" + f"\n\nHere's the release diff:\n\n{diff[:96000]}", + } ] try: diff --git a/docs/mkdocs_github_authors.yaml b/docs/mkdocs_github_authors.yaml index 6c80a377..20212bf0 100644 --- a/docs/mkdocs_github_authors.yaml +++ b/docs/mkdocs_github_authors.yaml @@ -17,6 +17,7 @@ 78843978+Skillnoob@users.noreply.github.com: Skillnoob 79740115+0xSynapse@users.noreply.github.com: 0xSynapse abirami.vina@gmail.com: abirami-vina +ahmelsamahy@gmail.com: Ahelsamahy andrei.kochin@intel.com: andrei-kochin ayush.chaurarsia@gmail.com: AyushExel chr043416@gmail.com: RizwanMunawar diff --git a/ultralytics/__init__.py b/ultralytics/__init__.py index 755655f0..18ab8942 100644 --- a/ultralytics/__init__.py +++ b/ultralytics/__init__.py @@ -1,6 +1,6 @@ # Ultralytics YOLO 🚀, AGPL-3.0 license -__version__ = "8.2.30" +__version__ = "8.2.31" import os