Change default net so that the architecture matches the architecture expected by the binary.

This commit is contained in:
Tomasz Sobczyk
2020-09-24 22:58:21 +02:00
parent d4a5f91766
commit baf8b5beaf

View File

@@ -42,7 +42,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-03744f8d56d8.nnue"
#define EvalFileDefaultName "nn-28e08a9fe2ad.nnue"
namespace NNUE {