Skip to content

Commit 6de8aa6

Browse files
authored
Update README.md (#2294)
* Update README.md * Update README.zh-CN.md * Update ci-testing.yml
1 parent 8ce9452 commit 6de8aa6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
python-version: ["3.11"]
2424
model: [yolov5n]
2525
include:
26-
- os: ubuntu-latest
27-
python-version: "3.8" # '3.6.8' min
28-
model: yolov5n
26+
# - os: ubuntu-latest
27+
# python-version: "3.8" # '3.6.8' min (warning, this test is failing)
28+
# model: yolov5n
2929
- os: ubuntu-latest
3030
python-version: "3.9"
3131
model: yolov5n

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Our key integrations with leading AI platforms extend the functionality of Ultra
172172
<a href="https://www.ultralytics.com/hub">
173173
<img src="https://github.com/ultralytics/assets/raw/main/partners/logo-ultralytics-hub.png" width="10%" alt="Ultralytics HUB logo"></a>
174174
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="15%" height="0" alt="space">
175-
<a href="https://clear.ml/">
175+
<a href="https://docs.wandb.ai/guides/integrations/ultralytics/">
176176
<img src="https://github.com/ultralytics/assets/raw/main/partners/logo-wb.png" width="10%" alt="ClearML logo"></a>
177177
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="15%" height="0" alt="space">
178178
<a href="https://bit.ly/yolov8-readme-comet">

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ python train.py --data coco.yaml --epochs 300 --weights '' --cfg yolov5n.yaml -
172172
<a href="https://www.ultralytics.com/hub">
173173
<img src="https://github.com/ultralytics/assets/raw/main/partners/logo-ultralytics-hub.png" width="10%" alt="Ultralytics HUB logo"></a>
174174
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="15%" height="0" alt="space">
175-
<a href="https://clear.ml/">
175+
<a href="https://docs.wandb.ai/guides/integrations/ultralytics/">
176176
<img src="https://github.com/ultralytics/assets/raw/main/partners/logo-wb.png" width="10%" alt="W&B logo"></a>
177177
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="15%" height="0" alt="space">
178178
<a href="https://bit.ly/yolov8-readme-comet">

0 commit comments

Comments
 (0)