- Notifications
You must be signed in to change notification settings - Fork352
CUDA Error When Running PostgresML on GPU#1692
akbaralihah started this conversation inGeneral
-
Hello,
When I try to run a GPU text-generation task using the SELECTpgml.transform( task=>'{ "task": "text-generation", "model": "bigscience/bloom-560m", "token": "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", "device": 0 }'::jsonb, inputs=> ARRAY ['How many methods have pgml ?']); 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. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 0 comments
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment