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

Commit 53e2f8d

Browse files
authored
Fix yolov8 export alias (#1579)
1 parent 4f7ba12 commit 53e2f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def _setup_entry_points() -> Dict:
249249
[
250250
"sparseml.ultralytics.train=sparseml.yolov8.train:main",
251251
"sparseml.ultralytics.val=sparseml.yolov8.val:main",
252-
"sparseml.ultralytics.export=sparseml.yolov8.export:main",
252+
"sparseml.ultralytics.export_onnx=sparseml.yolov8.export:main",
253253
]
254254
)
255255

0 commit comments

Comments
 (0)