-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor asr/tts comp #1041
Refactor asr/tts comp #1041
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
|
6d40945
to
ccb8aae
Compare
for more information, see https://pre-commit.ci
…Comps into refactor_multimedia
for more information, see https://pre-commit.ci
…Comps into refactor_multimedia
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
I think we can use async |
@Spycsh, |
@lvliang-intel @chensuyue , here is the pr opea-project/GenAIExamples#1267 to the links refactor in GenAIExamples for ASR/TTS, please review. |
Close since following work is in #1083. |
Description
Refactor asr/tts comp
opea_asr_microservice.py
undercomps/asr/src
(Same for tts)dependency/
tosrc/integrations/dependency
(Same for tts)/v1/asr
for dependency (Same for tts)num_trials
timeout
and change code to sync to avoid activate failureTake ASR folder structure as an example:
Issues
#988
#1007
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
None
Tests
WIP