Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encounter undefined symbol: _ZN11nvrtcHelper4loadEb using Wav2LipPredictor #809

Open
rsandx opened this issue Aug 20, 2023 · 2 comments
Open
Assignees

Comments

@rsandx
Copy link

rsandx commented Aug 20, 2023

The Wav2LipPredictor usually works fine on my system, but sometimes it fails with certain audio file, because of the following error:
could not load library libcudnn_cnn_infer.so.8. Error: /lib/x86_64-linux-gnu/libcudnn_cnn_infer.so.8: undefined symbol: _ZN11nvrtcHelper4loadEb, version libcudnn_ops_infer.so.8
I searched the web but couldn't find the same error reported, and I'm sure the cuda installation is fine on my system (Ubuntu 20.04.4 LTS) since Wav2LipPredictor works correctly for most cases, what could be the cause of above error and how can I solve it?

@drdsgvo
Copy link

drdsgvo commented Oct 2, 2023

Have the same issue when trying to use AutoPipelineForText2Image from diffusers:
#load model, works
pipeline_text2image = AutoPipelineForText2Image.from_pretrained(
model_local, torch_dtype=torch.float16, variant="fp16", use_safetensors=True
).to("cuda")

#generate, here comes the error
image = pipeline_text2image(prompt="any prompt").images[0]

Any other cuda usage works: whisper, text generation, cuda checks...

@LokeZhou
Copy link
Collaborator

LokeZhou commented Mar 1, 2024

You can come here to pick up iuses https://github.com/PaddlePaddle/PaddleMIX/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants