Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

[Bug-fix] YOLOv8 docs fix alias reference #1052

Merged
merged 1 commit into from
Jun 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/deepsparse/yolov8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For more information refer to the [appropriate YOLOv8 integration documentation
After training your model with `SparseML`, locate the `.pt` file for the model you'd like to export and run the `SparseML` integrated YOLOv8 ONNX export script below.

```bash
sparseml.yolov8.export_onnx \
sparseml.ultralytics.export_onnx \
--weights path/to/your/model \
--dynamic #Allows for dynamic input shape
```
Expand Down