Skip to content

Commit

Permalink
Update releases URL in README (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
pderrenger committed Feb 11, 2024
1 parent e6fc293 commit 79e66b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ Ensure you have the following before you start:

3. **Add YOLOv8 Models to the Project:**

Export CoreML INT8 models using the `ultralytics` Python package, or download them from our [GitHub release assets](https://github.com/ultralytics/yolo-ios-app). Then place them in the `YOLO/Models` directory.
Export CoreML INT8 models using the `ultralytics` Python package, or download them from our [GitHub release assets](https://github.com/ultralytics/yolo-ios-app/releases). Then place them in the `YOLO/Models` directory.

```python
# Install with 'pip install ultralytics'
Expand Down

0 comments on commit 79e66b1

Please sign in to comment.