yctam

Results 4 comments of yctam

I found that it works after doing the following two: 1) Upgrade all torch, torchaudio, torchvision to the latest version 2) Uninstall the default wavmark and reinstall this version: https://github.com/violetdenim/wavmark...

I removed the miniconda3/lib/python3.10/site-packages/nvidia/cublas and miniconda3/envs/cai/lib/python3.8/site-packages/torch/lib/libcublas*, and the error goes away.

This error is due to the library linkage error when compiling driver.c from triton library. Make sure that you have libcuda.so somewhere in your LD_LIBRARY_PATH. In my linux machine: >cat...

Try to ensure that you have a gcc compiler with version 12. The last line in the error log is about compiling a c file. This stdatomic.h is a file...