Open KWH20081104 opened 2 years ago
1.bin.gz
1.bin.gz I named the file this way just to make it easier to run the code
So, "katago.exe genconfig -model 1.bin -output gtp_custom.cfg" is not exact.
"katago.exe genconfig -model 1.bin.gz -output gtp_custom.cfg" I think you have to do.
So, "katago.exe genconfig -model 1.bin -output gtp_custom.cfg" is not exact.
"katago.exe genconfig -model 1.bin.gz -output gtp_custom.cfg" I think you have to do.
Thank you.But, what kind of question is that?
Check your CUDA version.
Check your CUDA version.
But this is the OpencL version of Katago.
@KWH20081104 - OpenCL is a common interface that many different companies can each choose to implement in the way they choose. So OpenCL allows KataGo to use AMD's drivers on an AMD GPU, Intel's drivers on an Intel GPU, etc.
For NVIDIA, they implement OpenCL using some of the the CUDA drivers and software. So if you have an NVIDIA GPU, you may indeed to make sure your GPU hardware drivers are up to date, and possibly that your cuda version is up to date and/or compatible.
There seems to be no problem