Component
Run
Describe the bug
I am running a new benchmark with inference-perf harness using run only mode. I have model server and llm-d components deployed and reachable. The benchmark run completes the run and logs performance numbers but later fails during conversion from inference-perf report to llm-d-benchmark report with below error
Command
export IP=xx.xx.xx
MODEL=Qwen/Qwen3-32B
NAMESPACE=llm-d-storage
WORKLOAD=code_generation.yaml.in # I have added this file in my local
llmdbenchmark --spec gpu run --endpoint-url http://$IP --model $MODEL --namespace $NAMESPACE --harness inference-perf --workload $WORKLOAD
Steps to reproduce
- Make sure model server pods are up and accessible
- Run benchmark with this command
export IP=10.128.0.22
MODEL=Qwen/Qwen3-32B
NAMESPACE=llm-d-storage
WORKLOAD=code_generation.yaml.in # I have added this file in my local
llmdbenchmark --spec gpu run --endpoint-url http://$IP --model $MODEL --namespace $NAMESPACE --harness inference-perf --workload $WORKLOAD
Additional context or screenshots
No response
Component
Run
Describe the bug
I am running a new benchmark with inference-perf harness using run only mode. I have model server and llm-d components deployed and reachable. The benchmark run completes the run and logs performance numbers but later fails during conversion from inference-perf report to llm-d-benchmark report with below error
Command
Steps to reproduce
Additional context or screenshots
No response