-
Notifications
You must be signed in to change notification settings - Fork 3
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
18b katago weights can't be loaded. #45
Comments
Thank you for reporting. The error message is not very informative indeed.
The file If all this seems correct, please try to run katago as a standalone app using the same parameters as in the config file, or copy & paste the engine configuration here. Thank you. |
I've got the reason. My display card is nvidia gt730, the display driver is 474. I tested another machine with a 1080ti card, goban run fine. Can you check the code and make goban support old cards, in other gui like sabaki, nvidia gt730 can load 18b weights. |
I see, might be a bug, could you please suggest:
I may need to reproduce the problem. |
To reproduce the problem, you need an old nvidia card (driver version 474 and below). I have tried many 18b weights and some weights trained by lionfenfen, so I'm sure that 9x9 weights are not support by goban. Some people encountered the same problem and someone posted a post at lightvector's katago issues and got no answer. |
Every version of goban get the same problem. I guess the problem is caused by nvidia driver. Old display card can't upgrade its driver to 5 series. On my 1080ti with driver version 5xx, all is fine. |
But, with nvidia 474 driver, sabaki can load 18b weights smoothly. So, the problem may be, new 9x9 weights need new gui code to fit old nvidia driver demands. |
We need to address the errors reported by katago, if any. You may run I am sorry I cannot test with the hardware mentioned in the near future. |
[2024-08-28 08:41:27.559] [multi_sink] [debug] Loaded font face Lacuna Regular Regular (from byte stream). [2024-08-28 08:41:28.666] [multi_sink] [debug] gtp err = Using TrompTaylor rules initially, unless GTP/GUI overrides this [2024-08-28 08:41:35.005] [multi_sink] [info] katago << clear_board |
@lj739 Thank you. And that's all? Then goban quits or seemingly hangs? |
goban quits, last_run.log these message apears: |
The first one for I could investigate further if you'd be so kind to run katago standalone, ie.
let it genmove, and attach the logged output. |
2024-08-28 22:36:16+0800: Running with following config: 2024-08-28 22:36:16+0800: GTP Engine starting... |
PS D:\Goban2024\engine\katagocuda> .\katago.exe gtp -model kata1-b18c384nbt-s9996604416-d4316597426.bin.gz -config default_gtp.cfg 2024-08-28 22:46:29+0800: GTP Engine starting... |
I don't know how to genmove in the powershell. |
@luosonggu When GTP is ready issue gtp command |
I have tried cuda and opencl engine, both got this message.
[2024-08-26 19:24:07.457] [multi_sink] [warning] Syntax error parsing property declaration 'margin-top: 1em;' in : 34.
[2024-08-26 19:24:07.463] [multi_sink] [warning] Syntax error parsing property declaration 'margin-top: 1em;' in : 34.
[2024-08-26 19:24:07.466] [multi_sink] [warning] Syntax error parsing property declaration 'margin-top: 1em;' in : 34.
[2024-08-26 19:24:15.135] [multi_sink] [error] setting boardsize failed
[2024-08-26 19:24:15.137] [multi_sink] [error] setting boardsize failed
[2024-08-26 19:24:15.139] [multi_sink] [error] setting boardsize failed
[2024-08-26 19:24:15.141] [multi_sink] [error] setting boardsize failed
[2024-08-26 19:24:15.143] [multi_sink] [error] setting boardsize failed
[2024-08-26 19:24:15.146] [multi_sink] [error] setting boardsize failed
[2024-08-26 19:24:15.148] [multi_sink] [error] setting boardsize failed
[2024-08-26 19:24:15.151] [multi_sink] [error] setting boardsize failed
[2024-08-26 19:24:15.153] [multi_sink] [error] setting boardsize failed
[2024-08-26 19:24:15.155] [multi_sink] [error] setting boardsize failed
[2024-08-26 19:24:15.158] [multi_sink] [error] setting boardsize failed
[2024-08-26 19:24:15.161] [multi_sink] [error] setting boardsize failed
[2024-08-26 19:24:15.163] [multi_sink] [error] setting boardsize failed
The text was updated successfully, but these errors were encountered: