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] default num_cores in benchmark_model fn (#1018) #1019

Merged
merged 1 commit into from
May 2, 2023

Conversation

bfineran
Copy link
Member

@bfineran bfineran commented May 2, 2023

  • default num_cores in benchmark_model fn

num_cores is properly defaulted in the benchmark model CLI but not python API function call. this can cause errors with operating over the None default value in that scenario.

This PR adds a fix to provide a default when None is specified

  • quality

* default num_cores in `benchmark_model` fn

`num_cores` is properly defaulted in the benchmark model CLI but not python API function call. this can cause errors with operating over the `None` default value in that scenario.

This PR adds a fix to provide a default when `None` is specified

* quality
@bfineran bfineran self-assigned this May 2, 2023
@bfineran bfineran merged commit a007ccc into release/1.5 May 2, 2023
@bfineran bfineran deleted the cherry_pick_benchmark_cores_patch branch May 2, 2023 16:07
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.

None yet

1 participant