Open vlad-vinogradov-47 opened 1 month ago
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:
cmd = ["genai-perf", "profile -m", self._config.models_name()]
Please let me know if that solves the issue for you. Thanks.
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 ...
).