CUDA Error When Running PostgresML on GPU #1692
akbaralihah
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am experiencing an issue when running PostgresML with GPU support on my system. Here are the details:
ghcr.io/postgresml/postgresml:2.10.0pgml-gpuWhen I try to run a GPU text-generation task using the
pgml.transformfunction:I receive the following error:
It seems that there is a mismatch between the installed CUDA toolkit and the driver or the PyTorch/CUDA binary inside the container, causing GPU tasks to fail. CPU tasks work correctly.
Could you please advise how to resolve this issue so that PostgresML can utilize the GPU properly?
Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions