Skip to content

Commit

Permalink
Expose deepsparse.benchmark_sweep as a CLI command (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin committed Jan 11, 2023
1 parent 8ed298f commit 9248abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def _setup_entry_points() -> Dict:
"deepsparse.analyze=deepsparse.analyze:main",
"deepsparse.check_hardware=deepsparse.cpu:print_hardware_capability",
"deepsparse.benchmark=deepsparse.benchmark.benchmark_model:main",
"deepsparse.benchmark_sweep=deepsparse.benchmark.benchmark_sweep:main",
"deepsparse.server=deepsparse.server.cli:main",
"deepsparse.object_detection.annotate=deepsparse.yolo.annotate:main",
"deepsparse.pose_estimation.annotate=deepsparse.openpifpaf.annotate:main",
Expand Down

0 comments on commit 9248abe

Please sign in to comment.