]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Update NNUE architecture to SFNNv6 with larger L1 size of 1536
[stockfish] / src / evaluate.h
index 9dc45371e4245cdb3b8eb2b12f409f82a6704bed..0990111cf6d20f4056c612a880e5b67e9405fcc0 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-1ceb1a57d117.nnue"
+  #define EvalFileDefaultName   "nn-8d69132723e2.nnue"
 
   namespace NNUE {