Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cherry-pick] make sure benchmark_* imports are the functions, not modules (#1593) #1594

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

bfineran
Copy link
Contributor

@bfineran bfineran commented Feb 8, 2024

makes sure that top level benchmark_* imports are the functions, not modules (ie file names)

>>> from deepsparse import benchmark_model, benchmark_pipeline
>>> benchmark_model
<function benchmark_model at 0x7f4b5434faf0>
>>> benchmark_pipeline
<function benchmark_pipeline at 0x7f4b6b368430>

@bfineran bfineran self-assigned this Feb 8, 2024
@bfineran bfineran merged commit e029958 into release/1.7 Feb 8, 2024
12 checks passed
@bfineran bfineran deleted the cp-1.7-fix_benchmark_imports branch February 8, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant