Skip to content

Commit f6b47e7

Browse files
authored
YOLOv8 docs fix alias reference (#1053)
1 parent 643b610 commit f6b47e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/deepsparse/yolov8/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For more information refer to the [appropriate YOLOv8 integration documentation
4141
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.
4242

4343
```bash
44-
sparseml.yolov8.export_onnx \
44+
sparseml.ultralytics.export_onnx \
4545
--weights path/to/your/model \
4646
--dynamic #Allows for dynamic input shape
4747
```

0 commit comments

Comments
 (0)