]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Update NNUE architecture to SFNNv8: L1-2560 nn-ac1dbea57aa3.nnue
[stockfish] / src / evaluate.h
index fd1b0de1f6ea10074d55535c056ec5a0b039fd35..acf9edd2b34d8521f8ddb7ab9d6391e150ff51ef 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-1ee1aba5ed4c.nnue"
+  #define EvalFileDefaultName   "nn-ac1dbea57aa3.nnue"
 
   namespace NNUE {