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

Commit 4c201db

Browse files
KSGulindbogunowiczmarkurtz
authored
YOLOv8 export docs update (#1597)
Co-authored-by: dbogunowicz <97082108+dbogunowicz@users.noreply.github.com> Co-authored-by: Mark Kurtz <mark.kurtz@neuralmagic.com>
1 parent 3fb8310 commit 4c201db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sparseml/yolov8/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ To export the trained model to ONNX format, execute the appropriate
6262
CLI command and specify the path to the `.pt` model (`--model`):
6363

6464
```bash
65-
sparseml.ultralytics.export --model /.../model.pt
65+
sparseml.ultralytics.export_onnx --model /.../model.pt
6666
```
6767

6868
To look up optional arguments for the `export` command, run:
6969

7070
```bash
71-
sparseml.ultralytics.export -h
71+
sparseml.ultralytics.export_onnx --help
7272
```
7373

7474
The resulting exported model will be saved in the appropriate directory structure:

0 commit comments

Comments
 (0)