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 990fa3a commit 43ae311
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 @@ -254,7 +254,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 43ae311

Please sign in to comment.