vllm-project/vllm-omni

[Perf]: Voxcpm2 performance improvement

Open

#4,176 opened on Jun 5, 2026

View on GitHub
 (13 comments) (1 reaction) (4 assignees)Python (1,067 forks)github user discovery
good first issuehelp wanted

Repository metrics

Stars
 (4,990 stars)
PR merge metrics
 (PR metrics pending)

Description

VoxCPM2 performance improvement goals:

increase maximum throughput by 10% reduce TTFP under high concurrency by 10%.

Performance optimization directions:

1、Reduce the launch overhead of multi-segment CUDA Graphs. 2、Explore VAE optimization. 3、Analyze performance bottlenecks across different stages on different GPU types.

Current performance metrics:

Alternatives

No response

Additional context

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

Contributor guide