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

语音转录失败,卡在6% #289

Open
wky199702 opened this issue Jan 30, 2025 · 1 comment
Open

语音转录失败,卡在6% #289

wky199702 opened this issue Jan 30, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@wky199702
Copy link

问题描述 | Problem Description

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "F:\videoCaptioner\VideoCaptioner\app\core\thread\transcript_thread.py", line 130, in run
asr_data = self.asr.run(callback=self.progress_callback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\videoCaptioner\VideoCaptioner\app\core\bk_asr\BaseASR.py", line 73, in run
resp_data = self._run(callback, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\videoCaptioner\VideoCaptioner\app\core\bk_asr\WhisperASR.py", line 145, in _run
raise RuntimeError(f"生成 SRT 文件失败: {str(e)}")
RuntimeError: 生成 SRT 文件失败: WhisperCPP 执行失败: Using GPU "NVIDIA GeForce RTX 4070", feature level 12.1, effective flags Wave32 | NoReshapedMatMul
Loaded MEL filters, 62.8 kb RAM
Loaded vocabulary, 51865 strings, 3037.1 kb RAM
Loaded 1259 GPU tensors, 2950.66 MB VRAM
Computed CPU base frequency: 3.4944 GHz
Loaded model from "F:\videoCaptioner\VideoCaptioner\AppData\models\ggml-large-v2.bin" to VRAM
Created source reader from the file "C:\Users\Administrator\AppData\Local\Temp\bk_asr\tmpu2qmtl4b\audio.wav"
last text repeated, clearing token/prompt past
last text repeated, clearing token/prompt past
last text repeated, clearing token/prompt past
last text repeated, clearing token/prompt past
last text repeated, clearing token/prompt past
last text repeated, clearing token/prompt past
last text repeated, clearing token/prompt past
last text repeated, clearing token/prompt past
last text repeated, clearing token/prompt past
last text repeated, clearing token/prompt past

日志信息(可选)| Logs (Optional)

@wky199702 wky199702 added the bug Something isn't working label Jan 30, 2025
@philpw99
Copy link

WhisperCPP 确实很有问题,我30分钟的视频也卡在28%不动了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants