wenet-e2e / wetts

Production First and Production Ready End-to-End Text-to-Speech Toolkit
Apache License 2.0
368 stars 58 forks source link

CuDNN Error #177

Open kimst98 opened 10 months ago

kimst98 commented 10 months ago

I am install cuda 12.2 , nccl_2.18.5-1+cuda12.2, torch version is 12.1 and python version is 3.8 when i execute run.sh there is a error message like that

Could not load library libcudnn_cnn_train.so.8. Error: /usr/local/cuda/lib64/libcudnn_cnn_train.so.8: undefined symbol: _ZN5cudnn3cnn34layerNormFwd_execute_internal_implERKNS_7backend11VariantPackEP11CUstream_stRNS0_18LayerNormFwdParamsERKNS1_20NormForwardOperationEmb, version libcudnn_cnn_infer.so.8

Help me