aki65 / aki65.github.io

73 stars 12 forks source link

Is it possible to use original katago network #126

Closed bltoby closed 3 weeks ago

bltoby commented 4 months ago

Hello, is it possible to make badukai be capable to use original katago network. How is the performance drawdown?

aki65 commented 4 months ago

BadukAI can already do this (just select the original .bin.gz and no .dlc/.tflite file, then tap "load"). However, there is a size limit on the model files (2**28 bytes), which is exceeded by the 28b models, so these can't be loaded with versions <= 19.19.

I fixed this in https://github.com/aki65/aki65.github.io/releases/tag/v1.19.20 , so with this version you can also load the original 28b models. For best performance in this case use 8 threads. However, the speed dropdown is still huge (factor 70 on my device) ...

bltoby commented 4 months ago

Just tried original networks, the slowdown is really Intolerable though.