-
Notifications
You must be signed in to change notification settings - Fork 16
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
CUDA运行core dump了 #41
Comments
找到解决办法了吗,我也遇到了这个问题 |
运行命令:./bin/sense-voice-main -m ../SenseVoiceGGUF/sense-voice-small-q4_1.gguf -f /root/warmup.wav 报错信息: system_info: n_threads = 4 / 16 | AVX = 1 | AVX2 = 1 | AVX512 = 1 | FMA = 1 | NEON = 0 | ARM_FMA = 0 | F16C = 1 | FP16_VA = 0 | WASM_SIMD = 0 | SSE3 = 1 | SSSE3 = 1 | VSX = 0 | COREML = 0 | OPENVINO = 0 main: processing audio (692896 samples, 43.30600 sec) , 4 threads, 1 processors, lang = auto... /mnt/home/jetvoice/workspace/SenseVoice.cpp/sense-voice/csrc/third-party/ggml/src/ggml-cuda/binbcast.cu:235: GGML_ASSERT(s10 == 1) failed |
正在解决 |
看起来是接入vad后导致的,可能要找一下vad本身的原因?
The text was updated successfully, but these errors were encountered: