ultralytics 8.2.31 NVIDIA Jetpack4 and Jetpack5 Dockerfile Images (#13496)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
ca82d41ec8
commit
fe68cd8bd1
4 changed files with 15 additions and 11 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
||||||
- name: Build Docs and Check for Warnings
|
- name: Build Docs and Check for Warnings
|
||||||
run: python docs/build_docs.py
|
run: python docs/build_docs.py
|
||||||
- name: Commit and Push Docs changes
|
- name: Commit and Push Docs changes
|
||||||
if: always()
|
if: always() && github.event_name == 'pull_request_target'
|
||||||
run: |
|
run: |
|
||||||
git add --update # only add updated files
|
git add --update # only add updated files
|
||||||
git reset HEAD -- .github/workflows/ # workflow changes are not permitted with default token
|
git reset HEAD -- .github/workflows/ # workflow changes are not permitted with default token
|
||||||
|
|
|
||||||
21
.github/workflows/publish.yml
vendored
21
.github/workflows/publish.yml
vendored
|
|
@ -118,15 +118,18 @@ jobs:
|
||||||
|
|
||||||
# Prepare messages for OpenAI completion
|
# Prepare messages for OpenAI completion
|
||||||
messages = [
|
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": "system",
|
||||||
{"role": "user",
|
"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."
|
||||||
"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"
|
"role": "user",
|
||||||
f"### 🎯 Purpose & Impact (bullet points explaining any benefits and potential impact to users)\n"
|
"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"\n\nHere's the release diff:\n\n{diff[:96000]}",
|
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:
|
try:
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
78843978+Skillnoob@users.noreply.github.com: Skillnoob
|
78843978+Skillnoob@users.noreply.github.com: Skillnoob
|
||||||
79740115+0xSynapse@users.noreply.github.com: 0xSynapse
|
79740115+0xSynapse@users.noreply.github.com: 0xSynapse
|
||||||
abirami.vina@gmail.com: abirami-vina
|
abirami.vina@gmail.com: abirami-vina
|
||||||
|
ahmelsamahy@gmail.com: Ahelsamahy
|
||||||
andrei.kochin@intel.com: andrei-kochin
|
andrei.kochin@intel.com: andrei-kochin
|
||||||
ayush.chaurarsia@gmail.com: AyushExel
|
ayush.chaurarsia@gmail.com: AyushExel
|
||||||
chr043416@gmail.com: RizwanMunawar
|
chr043416@gmail.com: RizwanMunawar
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||||
|
|
||||||
__version__ = "8.2.30"
|
__version__ = "8.2.31"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue