You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
* Align row values with column Headers
* Upgrade `benchmark_sweep.py` to a cli script
Add error catching
Make `benchmark_sweep` function more robust
Default `num_cores` to max available cores if `None`, (used to fail before due to a call to `_parse_num_cores` when in `benchmark_model`)
Add docstrings wherever necessary
Add Style
* Address comments from @KSGulin and @corey-nm
* Address comments from @bfineran
* Dynamic Engine Load (#842)
* Add skeleton for loading custom `Engine`
* Add code to dynamically import the engine class
* Add code on benchmark_sweep side to accept engine from user
* Add support for generating random inputs using the engine object (required for dynamically imported engine classes) as the graph file might not be in `ONNX`, so our `generate_random_inputs` function could potentially fail
* Update src/deepsparse/benchmark/benchmark_model.py
Co-authored-by: Benjamin Fineran <[email protected]>
Co-authored-by: Benjamin Fineran <[email protected]>
* Address comments from @bfineran
Co-authored-by: Benjamin Fineran <[email protected]>
0 commit comments