GPT-SoVITS icon indicating copy to clipboard operation
GPT-SoVITS copied to clipboard

Significant Performance Discrepancy: Code fast on x86, very slow on Jetson Orin (ARM)

Open Sukeysun opened this issue 3 months ago • 1 comments

I am experiencing a major performance difference when running on an NVIDIA Jetson Orin (ARM64) compared to a modern x86-64 system. The same code, with the same data input, runs slower on the ARM platform. The difference mainly because of the decoding part of t2s.infer_panel_batch_infer

I am seeking the guidance on ARM-specific optimizations for this code section.

Sukeysun avatar Sep 11 '25 10:09 Sukeysun

#2575

pull this

XXXXRT666 avatar Sep 12 '25 14:09 XXXXRT666