AndyGrant / OpenBench

OpenBench is a Distributed SPRT Testing Framework for Chess Engines
GNU General Public License v3.0
149 stars 145 forks source link

Overload an endpoint to download the default network for an engine #165

Closed AndyGrant closed 1 year ago

AndyGrant commented 1 year ago

Right now we have: /networks/<Engine>/download/<sha-or-name>. Perhaps we can have <sha-or-name-or-default>. Guess it would be a bad idea to name your engine "default".

Would achieve...1

  1. Making the build scripts for CCC and TCEC easier
  2. Allowing a bench_all.py utility once again in the /Scripts/
  3. Generally useful for building engines if you use OB as the file server
AndyGrant commented 1 year ago

Resolved with an API that allows the user to determine the default network