]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Make net nn-50144f835024.nnue the default
[stockfish] / src / evaluate.h
index 10298882102326b7ec7fd8b350605f85c6cbb1dc..4e6bb1a6d25a444a46f40eaac39e120a9228e636 100644 (file)
@@ -39,7 +39,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-aa9d7eeb397e.nnue"
+  #define EvalFileDefaultName   "nn-50144f835024.nnue"
 
   namespace NNUE {