-
Notifications
You must be signed in to change notification settings - Fork 74
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
Model_analyzer 1.42 creating config with kind_gpu only #927
Comments
When on the CLI the command is |
#805 Questions regarding config search In this 2nd point. Always getting instance as kind_cpu. found some PR #806 Running model analyzer with:
|
@nv-braf is there any option to pass in command line so that it can take KIND_CPU instance only!! |
Not on the command line, but you can specify |
@nv-braf Thanks cpu_only flag i had tried and working fine. I was looking for command line option. |
I am using model analyzer 1.42 and server r24.07
1.https://github.com/triton-inference-server/model_analyzer/blob/main/docs/config.md#cli-and-yaml-config-options
List of composing models that should be profiled using CPU instances only
cpu_only_composing_models:
Not able to use as command line options - But able to use it in yaml
Specifies which metric(s) are to be collected.
[ collect_cpu_metrics: | default: false ]
How in quick search mode it will take KIND_CPU instance only. How to make sure that model runs only on cpu instance.
How to avoid gpu metrics warnings also
The text was updated successfully, but these errors were encountered: