Colin
Colin
same issue here, any idea?
same issure here
> 如果需要使用paddlepaddle>=2.5.0 尽可能使用paddlespeech==develop对应。 paddle在新版本中更新了一些内容,这些内容paddlespeech加到了develop里面,还没有合入正式版本。 感谢,我这边成功了。在官方 https://github.com/PaddlePaddle/PaddleSpeech#readme 的流程中,安装 PaddleSpeech 时,官方是直接安装,改成用当前代码库编译即可。 (另外安装 PaddlePaddle 时,官方是直接安装,而我是CUDA 12.0 ,所以只能在 https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/pip/linux-pip.html 里安装 paddlepaddle-gpu 2.5.1 ,用官方直接装的不知道行不行) 思路就是大佬提示的,PaddleSpeech 当前 PyPI 的最新版本是 1.4.1 https://pypi.org/project/paddlespeech/#history 为 2023.3.16 发布;相比之下 PaddlePaddle 是...
And then when I tried to look into https://github.com/pallets/quart/blob/2fc6d4fa6e3df017e8eef1411ec80b5a6dce25a5/src/quart/utils.py#L133 The `executable` was `/usr/local/bin/python` at the beginning and became `/app/app.py` at the end. I noticed that hypercorn condition was incorrectly set...