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

Which CUDA version is compatible with catboost-1.1.1 #2238

Closed
skyking363 opened this issue Nov 30, 2022 · 1 comment
Closed

Which CUDA version is compatible with catboost-1.1.1 #2238

skyking363 opened this issue Nov 30, 2022 · 1 comment

Comments

@skyking363
Copy link

CatBoostError: catboost/cuda/cuda_lib/cuda_base.h:281: CUDA error 35: CUDA driver version is insufficient for CUDA runtime version

catboost version: catboost-1.1.1
Operating System: ubuntu 18.04
GPU: Tesla V100
Driver Version: 418.181.07
CUDA Version: 10.1

GPU doesn't work after I updated the catboost , so can anyone tell me which cuda shoud I install ?
How do I configure my system to use the gpu?

@mirekphd
Copy link

mirekphd commented Dec 31, 2022

As docs say, CatBoost should work fine with CUDA 11.0 and later versions. Yours is 10.1, so too low. Currently 11.8 is the latest CUDA, so try 11.7. You can also move to the next LTS version of Ubuntu (never upgrade systems in-place, it breaks things).

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