-
Notifications
You must be signed in to change notification settings - Fork 2
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
multiple asr models at the same time #164
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Since the ASR recipe inherently supports multiple documents and now also supports multiple models, maybe I don't need the bulk runner for the ASR evaluator? |
Please ensure backwards compat with api users that use |
…to be the default
Starting all services in different terminals is tedious. This PR adds a Procfile and a honcho dependency that will start up all required processes in a single command.
This makes it compatible with devs that use other shells
…ces for redis/rabbitmq over honcho The local dev setup fails with fixtures when run with SQLite, but works fine with postgresql. This could be due to some constraints that postgres enforces but not sqlite. It's also better to use postgres for local dev too because that would be consistent with production environment. The other change is preferring background services for redis/rabbitmq over starting them through honcho. This is because starting/stopping them takes longer, especially for rabbitmq. Honcho should be quick to start and stop. This also makes sure that task results persist in Redis and unprocessed tasks persist in RabbitMQ over honcho restarts.
bulk runner
better fixture creator
Closing this for now as per earlier discussion, will reopen as needed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enum_multiselect for asr models:
The intersection of supported languages is automatically used to limit the options in the User Language selector.
Q/A checklist
poetry export -o requirements.txt
)