-
日志断头,没记录到错误
以防万一开关了一下v3模型的开关没用,下面日志是关了v3开关的但开着症状也一模一样
一般的v3还有v3turbo啥的没什么问题
faster-whisper 1.0.3没提什么看上去能导致这种问题的修复就交个issues吧
虽然这模型能跑了估计效果也不会满意(x
```
The torchaudio backend is switched to 'sound…
-
1. 在URV5 WebUI中复制粘贴文件路径“/content/GPT-SoVITS/input/abc.wav”无法识别,只能上传文件进行提取干声。
2. ASR打标这一步,选择Faster Whisper模型后,报错:
> "/usr/local/bin/python" tools/asr/fasterwhisper_asr.py -i "output/slicer_opt" -…
-
(base) [root@app2 ~]# docker run --gpus all -p 1080:8000 -v /app:/root/.cache/huggingface/ 784630b8bc0a
==========
== CUDA ==
==========
CUDA Version 12.2.2
Container image Copyright (c) 2…
-
Currently Faster-Whisper only allows you to specify a single language or attempt to detect the language out of a pool of 94 languages. I would like to be able to limit what languages can be detected. …
-
Openai released Whisper Turbo V3. Can we get on this worker?
https://github.com/SYSTRAN/faster-whisper/issues/1025
-
I have a working application with real-time transcription feature based on **faster-whisper**.
However, after applying **diart** pipeline to my existing application, I get transcription with no diari…
-
Hello, how are you?
I am building faster-whisper windows POC by ctranslate2.
And i created ctranslate2::models::Whisper object whisperpool.
and write the code such as:
std::vector results;
result…
-
I host the Faster-Whisper Docker container on my server. I did not see if it can use other hardware to speed things up?
Thanks!
-
I have added the translate task like so in the _transcription_worker.
```
segments, info = model.transcribe(
audio,
language=language if language else None,
beam_size=beam_si…
-
使用的版本号 0.8.1
转写时实时日志框一直不动
以下是faster-whisper报错日志信息
`None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilitie…