-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat/ovos_plugin_manager #1
Conversation
1b15829
to
47d8a1f
Compare
56d3cec
to
b26a818
Compare
# TODO add ovos ocp + ovos vlc |
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.
this TODO is for a future PR, note that vlc and simple audio backends have not been removed by this PR
- name: Build Distribution Packages | ||
run: | | ||
python setup.py bdist_wheel | ||
- name: Install tflite_runtime workaround tflit bug |
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.
Does this deserve an issue?
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.
maybe, there is one in the upstream tflit repo already, happens in some platforms due to some mismatch with post release version of the wheel it tries to download or something during setup.py
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.
Just want to make sure we remember to remove this when upstream gets fixed, though it's not a big deal just for automation
2f2ffb2
to
8c3b1af
Compare
authored-by: jarbasai <jarbasai@mailfence.com>
removes most hardcoded engines for hotwords/audio/tts/stt in favor of the plugin system
removes code for the XXFactory objects, now imported from ovos plugin manager
might make sense to hold on merging this until all engines have an equivalent plugin mapped in opm factory classes for full backwards compat. but given that most engines would already fail unless requirements were manually installed i dont think this matters. all defaults are accounted for
related issues: