diff --git a/Stockfish b/Stockfish index be14233..b55217f 160000 --- a/Stockfish +++ b/Stockfish @@ -1 +1 @@ -Subproject commit be142337d843ef3afc675e27628ab8e896c32cce +Subproject commit b55217fd02d8e5bc0754e5f27bc84df7b01479a6 diff --git a/build.rs b/build.rs index 6e89ca0..06bad30 100644 --- a/build.rs +++ b/build.rs @@ -5,8 +5,8 @@ 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-ae6a388e4a1a.nnue"; -const EVAL_FILE_SMALL: &str = "nn-baff1ede1f90.nnue"; +const EVAL_FILE: &str = "nn-31337bea577c.nnue"; +const EVAL_FILE_SMALL: &str = "nn-37f18f62d772.nnue"; fn main() { println!(