yjiangling
yjiangling
遇到相同的问题,有解决方案吗?要崩溃了,前面Cmake结果是不是中间有个step Test CMAKE_HAVE_LIBC_PTHREAD没成功?不知道是不是这个原因导致的,后面再make就会出现上面的报错,一直没解决,哎,不知道咋搞了 -- The C compiler identification is GNU 4.9.3 -- The CXX compiler identification is GNU 4.9.3 -- Check for working C compiler: /usr/bin/cc -- Check for working...
@jjz-learning Thanks for your help, but the bolg saied: **-- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed** this fail has no influence on the next step make and...
@jjz-learning I have tried the method of create symlink for ctc_entrypoint.cu mentioned in **Installaition question“/home/geff/kaldi-ctc-master/tools/warp-ctc/src/ctc_entrypoint.cu(1): error: this declaration has no storage class or type specifier” #49 , but unfortunately, it...
> > @jjz-learning I have tried the method of create symlink for ctc_entrypoint.cu mentioned in > > **Installaition question“/home/geff/kaldi-ctc-master/tools/warp-ctc/src/ctc_entrypoint.cu(1): error: this declaration has no storage class or type specifier” #49...
> > > > 这些二维码已经失效了,现在进不去了!!! iOS运行库你有编译吗?我一直编译失败,能指导一下吗? > > 编译步骤如下: 我手动下载了MNN-master分支代码,其中protobuf==3.19.1 a)编译project/iOS/ 1、下载MNN-master分支代码; 2、cd /path/to/MNN; 3、./schema/generate.sh 4、在macOS下,用Xcode打开project/iOS/MNN.xcodeproj。 编译错误信息: error: Build input file cannot be found: '/Users/dasouche/Documents/workspace/serverConnect/MNN-master/source/internal/logging/aliyun-log-c-sdk/src/md5.c' (in target 'MNN' from project...
> > > 这些二维码已经失效了,现在进不去了!!! iOS运行库你有编译吗?我一直编译失败,能指导一下吗? > > > 编译步骤如下: 我手动下载了MNN-master分支代码,其中protobuf==3.19.1 a)编译project/iOS/ 1、下载MNN-master分支代码; 2、cd /path/to/MNN; 3、./schema/generate.sh 4、在macOS下,用Xcode打开project/iOS/MNN.xcodeproj。 编译错误信息: error: Build input file cannot be found: '/Users/dasouche/Documents/workspace/serverConnect/MNN-master/source/internal/logging/aliyun-log-c-sdk/src/md5.c' (in target 'MNN' from project...
@Meteorix @pku-wuwei Same Error, please give some help, thanks a lot! Traceback (most recent call last): File "asr_api.py", line 92, in streamer=Streamer(model.predict,batch_size=4,max_latency=0.01) File "/media/huaxin/tcl1/asr/yujiangling/lib/python3.6/site-packages/service_streamer/service_streamer.py", line 267, in __init__ self._setup_gpu_worker() File...
@absaravanan 你好,请问你这个redis是怎么部署的?是把redis_worker_example.py中的代码写到flask_example.py中去吗? from service_streamer import run_redis_workers_forever from bert_model import ManagedBertModel if __name__ == "__main__": run_redis_workers_forever(ManagedBertModel, 64, 0.1, worker_num=4, cuda_devices=(0, 1, 2, 3)) 然后运行gunicorn -c redis_streamer_gunicorn.py flask_example:app?
> I experienced this same issue and fixed it. The problem is that the ctc_entrypoint.cu file needs to be a symlink. So, go to src dir and run: > >...
> 今天又可以使用了。。真的是服了,完全看运气 刚试了一下,还是不行,估计彻底废了。。。