OpenVoiceOS / ovos-core

OpenVoiceOS Core, the FOSS Artificial Intelligence platform.
https://openvoiceos.org
Apache License 2.0
122 stars 17 forks source link

fix/padatious_multithread #516

Closed JarbasAl closed 2 months ago

JarbasAl commented 2 months ago

reported by @mikejgray that using single thread and removing train delay causes issues, reverting that change to the old default

It grinds the system to a halt…how do I turn it off? It’s not just threads though, it’s spinning up dozens of new processes

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 40.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 75.85%. Comparing base (5b6cb2f) to head (72a4fa5). Report is 1 commits behind head on dev.

Files Patch % Lines
ovos_core/intent_services/padatious_service.py 40.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #516 +/- ## ========================================== - Coverage 75.99% 75.85% -0.14% ========================================== Files 15 15 Lines 3020 3028 +8 ========================================== + Hits 2295 2297 +2 - Misses 725 731 +6 ``` | [Flag](https://app.codecov.io/gh/OpenVoiceOS/ovos-core/pull/516/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenVoiceOS) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/OpenVoiceOS/ovos-core/pull/516/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenVoiceOS) | `75.85% <40.00%> (-0.14%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenVoiceOS#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.