Subhalingam D

Results 9 comments of Subhalingam D

@tejasag Why not use the line break before the comment? ``` stats ![example](https://picsum.photos/20/20) ``` gets rendered as: stats ![example](https://picsum.photos/20/20)

Hi! I had a similar question few days back and I have found a solution recently (so thought I can share it here). In the configuration file, modify the `interface`...

> hi @subhalingamd ! Thank you for pointing out how to edit the .config file to select data source and sink 👍 . The question is how to run ODAS...

> Hi @subhalingamd! > Following your instructions is it possible to process .wav files? > I've a certain number of audio tracks and I need to evaluate the DoA with...

i suppose the problem with `libnvinfer.so.7` is just a warning (W) and the line following that (with F) is creating the actual issue? ``` 2021-09-13 03:30:26.137847: F external/org_tensorflow/tensorflow/compiler/tf2tensorrt/stub/nvinfer_stub.cc:49] getInferLibVersion symbol...

Hi @minhthuc2502, thanks for the quick response. This would require calling the inference function inside the `if ctranslate2.MpiInfo.getCurRank() == 0` block, right? In which case, I think the other processes...

Thank you for the assistance. I'm closing the issue since I've managed to get it working.

Hi @minhthuc2502, thanks for the response. > You're right, with flan-t5, there is `position_bias` where I never handle this before in tensor parallel. could you please share if there are...