Skip to content

Commit

Permalink
Update fastchess, remove gauntlet
Browse files Browse the repository at this point in the history
  • Loading branch information
vondele committed Oct 2, 2024
1 parent f30ed35 commit e86863b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions worker/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -1488,8 +1488,6 @@ def make_player(arg):
"2",
"-rounds",
str(int(games_to_play) // 2),
"-tournament",
"gauntlet",
]
+ [
"-ratinginterval",
Expand Down
2 changes: 1 addition & 1 deletion worker/sri.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"__version": 242, "updater.py": "Mg+pWOgGA0gSo2TuXuuLCWLzwGwH91rsW1W3ixg3jYauHQpRMtNdGnCfuD1GqOhV", "worker.py": "/uAb/rghTlHViIFIR6qoNmNpYQu2BCKvtEo6WYfuKS8z3A1SnoCJAfbJI3IRL7+c", "games.py": "lGZdyKzIl9NL7NcjRaWEiSON6nHG0iu4OF+eGmDjV0FwfgashYOt9C5usoMJrwkR"}
{"__version": 242, "updater.py": "Mg+pWOgGA0gSo2TuXuuLCWLzwGwH91rsW1W3ixg3jYauHQpRMtNdGnCfuD1GqOhV", "worker.py": "tU/vcKx23F0bIkh2PPyjUjiKoREqN88sR/HR3ykG1Sh1M3P3cCkTpvWzVj3PNH4P", "games.py": "XgtjKOh/Ejfk4ke34NTnXaNTJQAi+cAg1aOcP2hVU6U1p8p/EACncSaWPR1ikI/d"}
2 changes: 1 addition & 1 deletion worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def setup_fastchess(worker_dir, compiler, concurrency, global_cache):
testing_dir = worker_dir / "testing"
testing_dir.mkdir(exist_ok=True)

fastchess_sha = "a2a9dabfc15237fb90a309b07c21a1f23625e125"
fastchess_sha = "1dbe24c0ebc9d39e8128e64a264d08228dd70524"
username = "Disservin"

fastchess = "fastchess" + EXE_SUFFIX
Expand Down

0 comments on commit e86863b

Please sign in to comment.