Skip to content

Commit

Permalink
Fix yolov8 export alias (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
KSGulin committed May 26, 2023
1 parent 4f7ba12 commit 53e2f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def _setup_entry_points() -> Dict:
[
"sparseml.ultralytics.train=sparseml.yolov8.train:main",
"sparseml.ultralytics.val=sparseml.yolov8.val:main",
"sparseml.ultralytics.export=sparseml.yolov8.export:main",
"sparseml.ultralytics.export_onnx=sparseml.yolov8.export:main",
]
)

Expand Down

0 comments on commit 53e2f8d

Please sign in to comment.