Skip to content

Commit

Permalink
update to stockfish development version with SFNNv9
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 19, 2024
1 parent 0669281 commit a0764b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-b1a57edbea57.nnue";
const EVAL_FILE: &str = "nn-ae6a388e4a1a.nnue";
const EVAL_FILE_SMALL: &str = "nn-baff1ede1f90.nnue";

fn main() {
Expand Down

0 comments on commit a0764b2

Please sign in to comment.