Open lovlas opened 4 years ago
Existing JavaScript port, even using WebGL for GPU access: https://github.com/frpays/lc0-js
Open questions:
For a start it could ignore cloud, then maybe down the road have its own
What interface/API do you use to integrate with Stockfish? Do you use something like this https://github.com/nmrugg/stockfish.js/, just one function and one callback?
Yes, we use https://github.com/niklasf/stockfish.js or https://github.com/niklasf/stockfish.wasm, depending on browser support. The integration can be found in ui/ceval.
This is related with Allow UCI engine analysis #7909 No need for browser support for tensorflow. Just a running lc0 instance somewhere :)
Its not like we have 8x NVIDIA Tesla V100 inference machine at home.
The idea was (and still is) to run Lc0 in browser through tensorflow.js or directly through webgl. It will surely be slower than a desktop version, but still reasonable for some analysis.
yeah, it would be definitely helpful, especially for the non-tech users.
Leela has proven an invaluable tool and revolutionized the chess world. It's a must use for ambitious chess players. Making it an option on the analysis board and in studies would allow players to prepare with leela and SF on lichess. Ideally you would be able to use both engines at the same time, as they nicely compliment each other, and use the users own hardware.