You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: