We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
return F.conv2d(input, weight, bias, self.stride,
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED
why it got this error?
The text was updated successfully, but these errors were encountered:
Likely an OOM error
Sorry, something went wrong.
No, I tried 7b as well on V100 32G, same error.
Also, I found even print(pixel_values) would trigger this error, why
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?
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.
No branches or pull requests
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED
why it got this error?
The text was updated successfully, but these errors were encountered: