Darja Radchenko
Darja Radchenko
I seem to have the same problem, but `no_ack=False` (+ `prefetch_count=1`) didn't solve it :( My gunicorn workers sometimes silently reboot, and I can't find out why. I emulated some...
> > I seem to have the same problem, but `no_ack=False` (+ `prefetch_count=1`) didn't solve it :( My gunicorn workers sometimes silently reboot, and I can't find out why. I...
Having the same question, would be great to have some reconnactable ability "out-of-the-box" that will try to publish a message and recover the connection/channel in case of error in background
Actually the colab link is broken, it leads to a main Colab page (https://github.com/speechbrain/speechbrain/blob/develop/docs/tutorials.md), or... I'm not aware how to find the tutorials there...
> It is a great idea! Good) But for now, it's impossible to use ONNX, right?
> @nshmyrev I find this https://github.com/XiaoMi/kaldi-onnx I tried to convert vosk model (took file am/final.mdl from model directory, have no idea have I made it right) but for now I...
Same here
Spent some time figuring out why it's not installing (first I installed `clang` and `llvm` which turned out to be not installed), after running `make j4` (also I run `make...
I will subscribe to this thread, because I also have a gunicorn app and resources usage profiling is often needed
I seem get it working. I have two forms in a page. In short, I had some mistakes in the code: 1st is that I didn't add `name` attribute to...