Skip to content

Commit

Permalink
YOLOv8 export docs update (#1597)
Browse files Browse the repository at this point in the history
Co-authored-by: dbogunowicz <97082108+dbogunowicz@users.noreply.github.com>
Co-authored-by: Mark Kurtz <mark.kurtz@neuralmagic.com>
  • Loading branch information
3 people committed Jun 1, 2023
1 parent 3fb8310 commit 4c201db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sparseml/yolov8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ To export the trained model to ONNX format, execute the appropriate
CLI command and specify the path to the `.pt` model (`--model`):

```bash
sparseml.ultralytics.export --model /.../model.pt
sparseml.ultralytics.export_onnx --model /.../model.pt
```

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

```bash
sparseml.ultralytics.export -h
sparseml.ultralytics.export_onnx --help
```

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

0 comments on commit 4c201db

Please sign in to comment.