Skip to content

Benchmarking on existing endpoint - run only model - fails during report conversion #1477

Description

@Sneha-at

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

Image

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

  1. Make sure model server pods are up and accessible
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions