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

Inference error #61

Open
lucasjinreal opened this issue Jun 6, 2024 · 4 comments
Open

Inference error #61

lucasjinreal opened this issue Jun 6, 2024 · 4 comments

Comments

@lucasjinreal
Copy link

return F.conv2d(input, weight, bias, self.stride,

RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED

why it got this error?

@zhanwenchen
Copy link

Likely an OOM error

@lucasjinreal
Copy link
Author

No, I tried 7b as well on V100 32G, same error.

Also, I found even print(pixel_values) would trigger this error, why

@zhanwenchen
Copy link

No, I tried 7b as well on V100 32G, same error.

Also, I found even print(pixel_values) would trigger this error, why

Sounds like a cpu-gpu communication issue. What's your nvidia-driver-xxx number?

@lucasjinreal
Copy link
Author

Hi, I using your load_pllava loaded the model it not can inference, see my newest issue, but the result is wrong.

I htink pllave can not be loaded with PLLava.from_pretrained.

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

2 participants