]> 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 f5db1c1e6220441bc54cf41182e8f78095b4b0d9..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-e1fb1ade4432.nnue"
+  #define EvalFileDefaultName   "nn-8d69132723e2.nnue"
 
   namespace NNUE {