Skip to content
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

Enable Multiple channels listening #249

Open
Momina12 opened this issue Jan 28, 2021 · 1 comment
Open

Enable Multiple channels listening #249

Momina12 opened this issue Jan 28, 2021 · 1 comment

Comments

@Momina12
Copy link

Hi,

I have noticed that at a time only one server, worker and client can run. But I am interested in multiple channels listening and transcribing. Can anyone please help me out if I want to run multiple listeners or channels?

Kind Regards,

@sirifarif
Copy link

sirifarif commented Jan 28, 2021

@Momina12 : you should invoke multiple workers, that are connected to the same server.
The workers do not need to be on the same machine, in this case, you could just give the IP address/server name when starting a worker.
if you are using supervisor utility, the one like this, then line 14 means five workers will start according to this supervisor file.

NOTE: Each worker loads their own set of models and based on the model size, you need a power full machine to run multiple workers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants