chenkui164 / FastASR

这是一个用C++实现ASR推理的项目,它依赖很少,安装也很简单,推理速度很快,在树莓派4B等ARM平台也可以流畅的运行。 支持的模型是由Google的Transformer模型中优化而来,数据集是开源wenetspeech(10000+小时)或阿里私有数据集(60000+小时), 所以识别效果也很好,可以媲美许多商用的ASR软件。
Apache License 2.0
472 stars 72 forks source link

持续报这个错误 #35

Closed David19970306 closed 1 year ago

David19970306 commented 1 year ago

/home/opt/compiler/gcc-8.2/gcc-8.2/include/c++/8.2.0/cstdlib:137:11: error: ‘::at_quick_exit’ has not been declared using ::at_quick_exit; ^~~~~ /home/opt/compiler/gcc-8.2/gcc-8.2/include/c++/8.2.0/cstdlib:160:11: error: ‘::quick_exit’ has not been declared using ::quick_exit;

cgisky1980 commented 1 year ago

升级下你gcc版本呗