Skip to content

Commit

Permalink
YOLOv8 docs fix alias reference (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
KSGulin authored Jun 1, 2023
1 parent 643b610 commit f6b47e7
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f6b47e7

Please sign in to comment.