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

Katago on Linux, CUDA backend, throws StringError exception #1002

Open
emogenet opened this issue Nov 23, 2024 · 2 comments
Open

Katago on Linux, CUDA backend, throws StringError exception #1002

emogenet opened this issue Nov 23, 2024 · 2 comments

Comments

@emogenet
Copy link

KataGo v1.15.3
Using TrompTaylor rules initially, unless GTP/GUI overrides this
terminate called after throwing an instance of 'StringError'
what(): CUDA Error, for createComputeHandle file /home/emogenet/Desktop/KataGo/cpp/neuralnet/cudabackend.cpp, func cudaSetDevice(gpuIdxForThisThread), line 2405, error unknown error
Aborted (core dumped)

@yehu3d
Copy link

yehu3d commented Nov 23, 2024

maybe you have 1 gpu but you set use 2 gpus

@emogenet
Copy link
Author

maybe you have 1 gpu but you set use 2 gpus

No, I am on a system with Intel i915 + NVidia GeForce RTX2050

I debugged katago, and it looks like that cryptic message is Katago can't find a proper CUDA device, even though I can run a 3B LLM on it.

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