Compare commits

...

1 Commits

Author SHA1 Message Date
opelly27 f65a195ca4 Update evaluate.h 2025-02-19 10:18:39 -08:00
+2 -2
View File
@@ -33,8 +33,8 @@ namespace Eval {
// for the build process (profile-build and fishtest) to work. Do not change the
// name of the macro or the location where this macro is defined, as it is used
// in the Makefile/Fishtest.
#define EvalFileDefaultNameBig "nn-1c0000000000.nnue"
#define EvalFileDefaultNameSmall "nn-37f18f62d772.nnue"
#define EvalFileDefaultNameBig "nn-287197aae49d.nnue"
#define EvalFileDefaultNameSmall "nn-287197aae49d.nnue"
namespace NNUE {
struct Networks;