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
paddlespeech_server start --config_file ./paddlespeech/server/conf/application.yaml [2025-04-11 16:32:39,641] [ INFO] - start to init the engine [2025-04-11 16:32:39,641] [ INFO] - asr : python engine. W0411 16:32:43.912498 2273126 gpu_resources.cc:119] Please NOTE: device: 0, GPU Compute Capability: 8.0, Driver API Version: 12.2, Runtime API Version: 11.8 W0411 16:32:43.913061 2273126 gpu_resources.cc:149] device: 0, cuDNN Version: 90.8. 2025-04-11 16:32:44.085 | INFO | paddlespeech.s2t.modules.embedding:init:150 - max len: 5000 [2025-04-11 16:32:45,143] [ INFO] - Initialize ASR server engine successfully on device: gpu:0. [2025-04-11 16:32:45,143] [ INFO] - tts : python engine. [2025-04-11 16:32:49,805] [ ERROR] - Failed to get model related files. [2025-04-11 16:32:49,805] [ ERROR] - Initialize TTS server engine Failed on device: gpu:0. [2025-04-11 16:32:49,805] [ ERROR] - Downloading from https://paddlespeech.bj.bcebos.com/Parakeet/released_models/g2p/G2PWModel_1.1.zip failed with code 404! 请问是模型路径有修改吗
The text was updated successfully, but these errors were encountered:
是的,由于遭到模型恶意下载,模型的链接变化了,修改详情可以参考:#4039
Sorry, something went wrong.
感谢!
zxcd
No branches or pull requests
paddlespeech_server start --config_file ./paddlespeech/server/conf/application.yaml
[2025-04-11 16:32:39,641] [ INFO] - start to init the engine
[2025-04-11 16:32:39,641] [ INFO] - asr : python engine.
W0411 16:32:43.912498 2273126 gpu_resources.cc:119] Please NOTE: device: 0, GPU Compute Capability: 8.0, Driver API Version: 12.2, Runtime API Version: 11.8
W0411 16:32:43.913061 2273126 gpu_resources.cc:149] device: 0, cuDNN Version: 90.8.
2025-04-11 16:32:44.085 | INFO | paddlespeech.s2t.modules.embedding:init:150 - max len: 5000
[2025-04-11 16:32:45,143] [ INFO] - Initialize ASR server engine successfully on device: gpu:0.
[2025-04-11 16:32:45,143] [ INFO] - tts : python engine.
[2025-04-11 16:32:49,805] [ ERROR] - Failed to get model related files.
[2025-04-11 16:32:49,805] [ ERROR] - Initialize TTS server engine Failed on device: gpu:0.
[2025-04-11 16:32:49,805] [ ERROR] - Downloading from https://paddlespeech.bj.bcebos.com/Parakeet/released_models/g2p/G2PWModel_1.1.zip failed with code 404!
请问是模型路径有修改吗
The text was updated successfully, but these errors were encountered: