3manifold

Results 14 comments of 3manifold

> > ```shell > > cd python && python3 setup.py bdist_wheel && cd .. > > ``` > > ```python > for segment in segments: > File "/root/exit/envs/python39/lib/python3.9/site-packages/faster_whisper/transcribe.py", line 884,...

In your case I would: - Setup the environment using [python virtual environments](https://docs.python.org/3/library/venv.html) to avoid conflicts by mixing `pip install` & `conda install`. - Then call [pip cache purge](https://pip.pypa.io/en/stable/cli/pip_cache/). -...

Regarding `Emilia` pipeline (`preprocessors/Emilia`), the app does work for CPU. Details about usage & fix can be found [here](https://github.com/open-mmlab/Amphion/issues/384) .

Never had an issue with that; try running it again with the latest `HEAD`. There was a CPU-related issue that was merged recently. https://github.com/open-mmlab/Amphion/pull/383

What is the current status of this feature? Is multi-node parallelism supported for `.map` function?

> How do I use Silero VAD with WhisperX!! From the pull request description: > ## Example command line (applies also for `--vad_method pyannote`): > * GPU: `python3 -m whisperx.transcribe...

> > > 如何将 Silero VAD 与 WhisperX 一起使用! > > > > > > 来自请求的描述: > > > ## 窗口命令行(也适用于`--vad_method pyannote`): > > > > > > * 图形处理器:`python3...

> > > > > 如何将 Silero VAD 与 WhisperX 一起使用! > > > > > > > > > > > > 来自请求的描述: > > > > > ##...

I see; the downside is that, since they are included directly into the project's source files, they are compiled using the project's compiler flags.

Hi and thank you for the answer. Isn't it handy if you just link boost library without using the source code? `apt install libboost-all-dev`.