Open omer0909 opened 2 months ago
When the CPU is doing inference, it uses all threads because there is no thread limit. Therefore, other critical applications running in the system are blocked.
Solution suggestion:
./piper --thread-limit <size>
When the CPU is doing inference, it uses all threads because there is no thread limit. Therefore, other critical applications running in the system are blocked.
Solution suggestion: