diff --git a/src/evaluate.h b/src/evaluate.h index fc626698..f5d3efa7 100644 --- a/src/evaluate.h +++ b/src/evaluate.h @@ -32,7 +32,7 @@ namespace Eval { // The default net name MUST follow the format nn-[SHA256 first 12 digits].nnue // for the build process (profile-build and fishtest) to work. Do not change the // name of the macro, as it is used in the Makefile. - #define EvalFileDefaultName "nn-98a7585c85e9.nnue" + #define EvalFileDefaultName "nn-c3ca321c51c9.nnue" } // namespace Eval