Skip to content

Commit

Permalink
update to stockfish 17
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Sep 7, 2024
1 parent 33efaab commit 6f22981
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 59 deletions.
96 changes: 39 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::{env, fs, fs::File, io::Write, path::Path, process::Command};
use glob::glob;
use zstd::stream::write::Encoder as ZstdEncoder;

const EVAL_FILE: &str = "nn-31337bea577c.nnue";
const EVAL_FILE: &str = "nn-1111cefa1111.nnue";
const EVAL_FILE_SMALL: &str = "nn-37f18f62d772.nnue";

fn main() {
Expand Down

0 comments on commit 6f22981

Please sign in to comment.