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
I'm getting this error message starting Nibbler.
[22014:1006/012123.294955:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
lc0 runs from the command line.
lc0
output of nvidia-smi command.
nvidia-smi
Sun Oct 6 01:24:42 2024 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 560.35.03 Driver Version: 560.35.03 CUDA Version: 12.6 | |-----------------------------------------+------------------------+----------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |=========================================+========================+======================| | 0 NVIDIA GeForce RTX 3060 Off | 00000000:01:00.0 On | N/A | | 0% 48C P8 14W / 170W | 5MiB / 12288MiB | 0% Default | | | | N/A | +-----------------------------------------+------------------------+----------------------+ +-----------------------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=========================================================================================| | No running processes found | +-----------------------------------------------------------------------------------------+
The Nvidia driver is 560 and the CUDA version 12.6 - both cutting edge.
The text was updated successfully, but these errors were encountered:
Try adding --no-sandbox as a command line argument to Nibbler.
--no-sandbox
Sorry, something went wrong.
No branches or pull requests
I'm getting this error message starting Nibbler.
[22014:1006/012123.294955:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
lc0
runs from the command line.output of
nvidia-smi
command.The Nvidia driver is 560 and the CUDA version 12.6 - both cutting edge.
The text was updated successfully, but these errors were encountered: