Skip to content

Commit

Permalink
[Fix][Docs] Remove a typo from YOLOv8 docs (#1044)
Browse files Browse the repository at this point in the history
* Update README.md

* Update src/deepsparse/yolov8/README.md
  • Loading branch information
dbogunowicz committed Jun 1, 2023
1 parent 9aae522 commit b92874e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deepsparse/yolov8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ You can quickly do benchmarking tests on your own with a single CLI command!
You only need to provide the model path of the local ONNX model to get started:

```bash
# Install packages for DeepSparse and YOLOv8
pip install deepsparse[yolov8] ultralytics
# Install DeepSparse package with `ultralytics` (YOLOv8) dependency
pip install deepsparse[yolov8]
# Export YOLOv8n and YOLOv8s ONNX models
yolo task=detect mode=export model=yolov8n.pt format=onnx opset=13
yolo task=detect mode=export model=yolov8s.pt format=onnx opset=13
Expand Down

0 comments on commit b92874e

Please sign in to comment.