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
I'm running model_analyzer from nvcr.io/nvidia/tritonserver:24.08-py3-sdk docker container for my model with LLM model type.
It fails with the following error message:
Yes, it seems that genai-perf has changed their CLI and now it requires profile. Going forward we are Can you please try adding profile to line 328 of perf_analyzer.py. It should now look like:
Hi!
I'm running
model_analyzer
fromnvcr.io/nvidia/tritonserver:24.08-py3-sdk
docker container for my model with LLM model type.It fails with the following error message:
It looks like the
genai-perf
command line created bymodel_analyzer
missing required mode (genai-perf profile ...
).The text was updated successfully, but these errors were encountered: