We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
安装后尝试从命令行推理,或者是尝试从api 发post请求推理,都报了 类似如下的错: 2024-07-24 10:15:09.192 | INFO | main:main:84 - Loaded audio with 36.35 seconds Segmentation fault
每次都识别语音文件和时长,就是接着就会段错误。我的音频都是正常能播放的音频。
推理命令如下:python3 tools/vqgan/inference.py -i "ref_data/mwk_1.wav" --checkpoint-path "checkpoints/fish-speech-1.2-sft/firefly-gan-vq-fsq-4x1024-42hz-generator.pth"
The text was updated successfully, but these errors were encountered:
我也遇到了同样的问题
Sorry, something went wrong.
Same issue...
#515 Change title to English.
可能和使用的docker镜像有关。或许可以换个镜像试试。
No branches or pull requests
安装后尝试从命令行推理,或者是尝试从api 发post请求推理,都报了 类似如下的错:
2024-07-24 10:15:09.192 | INFO | main:main:84 - Loaded audio with 36.35 seconds
Segmentation fault
每次都识别语音文件和时长,就是接着就会段错误。我的音频都是正常能播放的音频。
推理命令如下:python3 tools/vqgan/inference.py -i "ref_data/mwk_1.wav" --checkpoint-path "checkpoints/fish-speech-1.2-sft/firefly-gan-vq-fsq-4x1024-42hz-generator.pth"
The text was updated successfully, but these errors were encountered: